diff options
Diffstat (limited to 'net-mgmt/xymon-client/Makefile')
-rw-r--r-- | net-mgmt/xymon-client/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |