diff options
author | feld <feld@FreeBSD.org> | 2015-02-09 23:13:03 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-02-09 23:13:03 +0800 |
commit | 1777409fad8c93a69a06709505843cbd01a93185 (patch) | |
tree | 5dad0805d628b67c70d5cbbd21eb0d61d2714e1f /net-mgmt | |
parent | 9a29c79d0fa468f4a9c9d2d46af9805f28c08f5f (diff) | |
download | freebsd-ports-gnome-1777409fad8c93a69a06709505843cbd01a93185.tar.gz freebsd-ports-gnome-1777409fad8c93a69a06709505843cbd01a93185.tar.zst freebsd-ports-gnome-1777409fad8c93a69a06709505843cbd01a93185.zip |
Chown needs to be using ${xymon_client_user}
Pointyhat -> me
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/xymon-client/files/xymon-client.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/xymon-client/files/xymon-client.in b/net-mgmt/xymon-client/files/xymon-client.in index 43b24f9694b4..232174c6ded6 100644 --- a/net-mgmt/xymon-client/files/xymon-client.in +++ b/net-mgmt/xymon-client/files/xymon-client.in @@ -20,6 +20,6 @@ command=%%WWWDIR%%/client/runclient.sh command_args="${xymon_client_flags} ${1}" procname=%%WWWDIR%%/client/bin/xymonlaunch pidfile="%%WWWDIR%%/client/logs/clientlaunch.`hostname`.pid" -start_precmd="chown -R %%XYMONUSER%% %%WWWDIR%%/client/logs" +start_precmd="chown -R ${xymon_client_user} %%WWWDIR%%/client/logs" run_rc_command "$1" |