mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix previous mistake in the init script, committed with minor changes
PR: 200851
This commit is contained in:
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
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= smokeping
|
PORTNAME= smokeping
|
||||||
PORTVERSION= 2.6.11
|
PORTVERSION= 2.6.11
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= net-mgmt www
|
CATEGORIES= net-mgmt www
|
||||||
MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \
|
MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \
|
||||||
http://smokeping.cs.pu.edu.tw/pub/
|
http://smokeping.cs.pu.edu.tw/pub/
|
||||||
|
|
|
@ -65,7 +65,7 @@ smokeping_start()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Starting ${name}."
|
echo "Starting ${name}."
|
||||||
${command} ${smokeping_flags} ${command_args}
|
su -m ${smokeping_user} -c "sh -c '${command} ${smokeping_flags} ${command_args}'"
|
||||||
}
|
}
|
||||||
|
|
||||||
smokeping_status()
|
smokeping_status()
|
||||||
|
|
Loading…
Add table
Reference in a new issue