diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-11 21:04:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-11 21:04:12 +0000 |
commit | 2bd9531e93d23305990f0a0d69701c717d053c55 (patch) | |
tree | 03b2f57ce2a89959f5972f7fb80be7ee883a16e5 /net-mgmt/xymon-client | |
parent | d36193480242405d20f5dfb7d5e85fbb94e96ad8 (diff) | |
download | ports-2bd9531e93d23305990f0a0d69701c717d053c55.tar.gz ports-2bd9531e93d23305990f0a0d69701c717d053c55.zip |
Notes
Diffstat (limited to 'net-mgmt/xymon-client')
-rw-r--r-- | net-mgmt/xymon-client/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/xymon-client/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/xymon-client/Makefile b/net-mgmt/xymon-client/Makefile index 1a071dbb82c0..d934d920a555 100644 --- a/net-mgmt/xymon-client/Makefile +++ b/net-mgmt/xymon-client/Makefile @@ -35,7 +35,7 @@ do-configure: pre-install: if ! pw groupshow ${BBUSER}; then pw groupadd ${BBUSER} -g 280; fi if ! pw usershow ${BBUSER}; then pw useradd ${BBUSER} -g ${BBUSER} -u 280 \ - -h - -d ${NONEXISTENT} -s /usr/sbin/nologin -c "Hobbit Monitor"; fi + -h - -d ${WWWDIR} -s /usr/sbin/nologin -c "Hobbit Monitor"; fi post-install: .for i in ${CONFIG_FILES} diff --git a/net-mgmt/xymon-client/pkg-plist b/net-mgmt/xymon-client/pkg-plist index 68a253276fa8..4db73c450cfa 100644 --- a/net-mgmt/xymon-client/pkg-plist +++ b/net-mgmt/xymon-client/pkg-plist @@ -1,5 +1,5 @@ @exec if ! pw groupshow %%BBUSER%% 2>/dev/null; then pw groupadd %%BBUSER%% -g 280; fi -@exec if ! pw usershow %%BBUSER%% 2>/dev/null; then pw useradd %%BBUSER%% -g %%BBUSER%% -u 280 -h - -d /nonexistent -s /usr/sbin/nologin -c "Hobbit Monitor"; fi +@exec if ! pw usershow %%BBUSER%% 2>/dev/null; then pw useradd %%BBUSER%% -g %%BBUSER%% -u 280 -h - -d %%WWWDIR%% -s /usr/sbin/nologin -c "Hobbit Monitor"; fi @unexec if pw usershow %%BBUSER%%; then pw userdel %%BBUSER%%; fi %%WWWDIR%%/client/bin/bb %%WWWDIR%%/client/bin/bbcmd |