diff options
-rw-r--r-- | net-mgmt/xymon-client/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/xymon-client/pkg-plist | 2 | ||||
-rw-r--r-- | net-mgmt/xymon-server/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/xymon-server/pkg-plist | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/net-mgmt/xymon-server/Makefile b/net-mgmt/xymon-server/Makefile index fe16be01bf41..690901d36450 100644 --- a/net-mgmt/xymon-server/Makefile +++ b/net-mgmt/xymon-server/Makefile @@ -73,7 +73,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 ${FIXME1} diff --git a/net-mgmt/xymon-server/pkg-plist b/net-mgmt/xymon-server/pkg-plist index 3fd1ab9322b0..521753a451fd 100644 --- a/net-mgmt/xymon-server/pkg-plist +++ b/net-mgmt/xymon-server/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%%/cgi-bin/bb-csvinfo.sh %%WWWDIR%%/cgi-bin/bb-datepage.sh |