-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I've seen some strange output when using rc-update, and I'm wondering if
it's a bug or not. Recently my NFS mounts no longer get mounted at
startup despite the netmount service reporting that it has started
successfully, so I tried removing and readding the portmap and netmount
services to runlevel default to see if that would help.

The output below (which is greatly trimmed) is what I got.. Is this normal?

Cheers,

Andy


zoidberg ara # rc-update add netmount default ~ * netmount added to runlevel default ~ * Caching service dependencies... source /sbin/functions.sh

need() {
~        echo "NEED $*"; return 0
}

use() {
~        echo "USE $*"; return 0
}

before() {
~        echo "BEFORE $*"; return 0
}

after() {
~        echo "AFTER $*"; return 0
}

provide() {
~        echo "PROVIDE $*"; return 0
}

parallel() {
~        echo "PARALLEL $*"; return 0
}

#*** /etc/init.d/clock ***

myservice="/etc/init.d/clock"
myservice="${myservice##*/}"
echo "RCSCRIPT ${myservice}"

<SNIP -- Huuuuuuge amount of similar styff>

myservice="/etc/init.d/rsyncd"
myservice="${myservice##*/}"
echo "RCSCRIPT ${myservice}"

(
~  # Get settings for rc-script ...
~  [ -e /etc/conf.d/basic ]                 && source /etc/conf.d/basic

~  [ -e "/etc/conf.d/${myservice}" ]        && source
"/etc/conf.d/${myservice}"

~  [ -e /etc/conf.d/net ]                   && \
~  [ "${myservice%%.*}" = "net" ]           && \
~  [ "${myservice##*.}" != "${myservice}" ] && source /etc/conf.d/net

~ [ -e /etc/rc.conf ] && source /etc/rc.conf

~  depend() {
~    return 0
~  }

~  # Actual depend() function ...
~  depend() {
~        use net
~        return 0
~  }

~  depend
)

/var/lib/init.d/depcache: /var/lib/init.d/depcache: No such file or
directory
~              [ ok ]
~ * rc-update complete.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+2JdKX3TTUvZURBERAkKTAKCO99kzxrUrg41T3AImlYvqFxb10ACff2sc
25Zn/7Uxx5EMIm+6VBGMnlE=
=6rd4
-----END PGP SIGNATURE-----


-- [EMAIL PROTECTED] mailing list



Reply via email to