diff options
author | Lars Thegler <lth@FreeBSD.org> | 2010-02-16 14:33:17 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2010-02-16 14:33:17 +0000 |
commit | 8c7fd1caf5bdc88f04eecb45d428df8db35dd53b (patch) | |
tree | dae4770670ea159ba6193ee4e30be18d8fbd3474 /net-mgmt/smokeping | |
parent | 986b444b89e68684668a9968565a91ed580fcaa7 (diff) | |
download | ports-8c7fd1caf5bdc88f04eecb45d428df8db35dd53b.tar.gz ports-8c7fd1caf5bdc88f04eecb45d428df8db35dd53b.zip |
Notes
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/smokeping/files/smokeping.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 596a5712e76d..51f993a839a7 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -7,7 +7,7 @@ PORTNAME= smokeping PORTVERSION= 2.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ diff --git a/net-mgmt/smokeping/files/smokeping.in b/net-mgmt/smokeping/files/smokeping.in index a6504a5ddd8d..77e5457b0664 100644 --- a/net-mgmt/smokeping/files/smokeping.in +++ b/net-mgmt/smokeping/files/smokeping.in @@ -17,8 +17,8 @@ smokeping_enable=${smokeping_enable-"NO"} smokeping_pidfile=${smokeping_pidfile-"%%PREFIX%%/var/smokeping/smokeping.pid"} smokeping_logfile=${smokeping_logfile-"/var/log/smokeping.log"} -smokeping_user=${smokeping_user-"%%USER%%"} -smokeping_group=${smokeping_group-"%%GROUP%%"} +smokeping_user=${smokeping_user-"%%USERS%%"} +smokeping_group=${smokeping_group-"%%GROUPS%%"} . %%RC_SUBR%% |