]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- fixed paths to autofs maps.
authorkloczek <kloczek@pld-linux.org>
Tue, 6 Apr 1999 15:18:04 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autofs.init -> 1.2

autofs.init

index 0d475599dad9ded44fb9b95ee290d10d0c5c4207..0af8f2f5c3be623929477a4872662751057e171d 100644 (file)
@@ -5,7 +5,7 @@
 #      /etc/rc.d/init.d/autofs
 #
 #      rc file for automount using a Sun-style "master map".
-#      We first look for a local /etc/auto.master, then a YP
+#      We first look for a local /etc/autofs/auto.master, then a YP
 #      map with that name
 #
 # chkconfig: - 72 08
@@ -13,7 +13,7 @@
 #   them, and unmounts them later when you are not using them.
 # processname: automount
 #   Note that there may be multiple processes names automount
-# config: /etc/auto.master
+# config: /etc/autofs/auto.master
 #   Note that all other config files are automatically reloaded
 #   and may be different on different systems; we can ignore them
 #   here
@@ -123,7 +123,7 @@ case "$1" in
                echo "Automounter not running"
                exit 1
        fi
-       echo "Checking for changes to /etc/auto.master ...."
+       echo "Checking for changes to /etc/autofs/auto.master ...."
        TMP1=`mktemp /tmp/autofs.XXXXXX` || { echo "could not make temp file" >&2; exit 1; }
        TMP2=`mktemp /tmp/autofs.XXXXXX` || { echo "could not make temp file" >&2; exit 1; }
        getmounts >$TMP1
This page took 0.044004 seconds and 4 git commands to generate.