]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- fixed the init script: typo, added reload (=restart) RA-1_0 autofs-4_0_0pre10-6
authorsaq <saq@pld-linux.org>
Thu, 21 Mar 2002 23:01:55 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 6

Changed files:
    autofs.init -> 1.16
    autofs.spec -> 1.46

autofs.init
autofs.spec

index d7c8184c842efe2d7c08955c03223b107652626e..7bece751a971b0a5bfdbd621e5afe85b70cbfae1 100644 (file)
@@ -120,7 +120,7 @@ case "$1" in
                 exit 1
         fi
        ;;
-  restart)
+  restart|reload)
        $0 stop
        $0 start
        ;;
@@ -134,7 +134,7 @@ case "$1" in
        )
        ;;
   *)
-       msg_usage: "$0 {start|stop|restart|status}"
+       msg_usage "$0 {start|stop|restart|reload|status}"
        exit 1
 esac
 
index b28450bb88663a03c7b032f69ea761a0285bbcfb..1d63508108b9c990e0642b4e7d450c5d893503e3 100644 (file)
@@ -7,7 +7,7 @@ Summary(pt_BR): Servidor autofs
 Summary(tr):   autofs sunucu süreci
 Name:          autofs
 Version:       4.0.0pre10
-Release:       5
+Release:       6
 Epoch:         1
 License:       GPL
 Group:         Daemons
This page took 0.060858 seconds and 4 git commands to generate.