Fix previous mistake in the init script, committed with minor changes

PR:		200851
This commit is contained in:
Rodrigo Osorio 2015-07-05 08:13:10 +00:00
parent 3ae09ba7a0
commit d875ded97f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391348
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= smokeping
PORTVERSION= 2.6.11
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net-mgmt www
MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \
http://smokeping.cs.pu.edu.tw/pub/

View File

@ -65,7 +65,7 @@ smokeping_start()
fi
echo "Starting ${name}."
${command} ${smokeping_flags} ${command_args}
su -m ${smokeping_user} -c "sh -c '${command} ${smokeping_flags} ${command_args}'"
}
smokeping_status()