Oops, I forgot to add "print stop message".

This commit is contained in:
Norikatsu Shigemura 2004-07-25 08:54:56 +00:00
parent ff622b2d5d
commit 6405ace67d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114628

View File

@ -67,6 +67,7 @@ svscan_start () {
}
svscan_stop_post () {
echo "Stopping svscan."
%%PREFIX%%/bin/svc -dx `/bin/ls -d $svscan_servicedir/* $svscan_servicedir/*/log 2>/dev/null`
}