From 3478dede9a803c33dbddcbce15d4a0b96355c1a8 Mon Sep 17 00:00:00 2001 From: saq Date: Thu, 21 Mar 2002 23:01:55 +0000 Subject: [PATCH] - fixed the init script: typo, added reload (=restart) - release 6 Changed files: autofs.init -> 1.16 autofs.spec -> 1.46 --- autofs.init | 4 ++-- autofs.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autofs.init b/autofs.init index d7c8184..7bece75 100644 --- a/autofs.init +++ b/autofs.init @@ -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 diff --git a/autofs.spec b/autofs.spec index b28450b..1d63508 100644 --- a/autofs.spec +++ b/autofs.spec @@ -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 -- 2.44.0