diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-10-01 09:18:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-10-01 09:18:06 +0000 |
commit | 60d918ca606de52657bb494d425c1d1e8b384171 (patch) | |
tree | 073613df31876768ab270f1f31a9b3e3c22c84c1 /perl-install | |
parent | af83ff51852066887ce9f9b4b5a946bfff4a2990 (diff) | |
download | drakx-60d918ca606de52657bb494d425c1d1e8b384171.tar drakx-60d918ca606de52657bb494d425c1d1e8b384171.tar.gz drakx-60d918ca606de52657bb494d425c1d1e8b384171.tar.bz2 drakx-60d918ca606de52657bb494d425c1d1e8b384171.tar.xz drakx-60d918ca606de52657bb494d425c1d1e8b384171.zip |
run harddrake service on stop
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/service_harddrake.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh index b3da8d1a4..c12bedc31 100644 --- a/perl-install/standalone/service_harddrake.sh +++ b/perl-install/standalone/service_harddrake.sh @@ -45,6 +45,7 @@ case "$1" in stop) # dummy rm -f $SUBSYS + action "Stopping %s" harddrake /usr/share/harddrake/service_harddrake stop 2>/dev/null ;; *) gprintf "Usage: %s {start|stop}\n" "$0" |