When XORP user is initially created with xorp_install.sh script, I think that it is better to create user as system user without home dir. BR Igor Maravić
Signed-off-by: Igor Maravić <[email protected]> --- --- xorp/xorp_install.bash.orig 2011-09-23 17:08:41.405949155 +0200 +++ xorp/xorp_install.bash 2011-09-23 17:05:34.021949091 +0200 @@ -19,7 +19,7 @@ fi # Add xorp user and group echo "Creating xorp user and adding xorp to xorp and root groups..." -adduser xorp +adduser --system --no-create-home xorp usermod -a -G xorp xorp usermod -a -G xorp root usermod -a -G xorp lanforge _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
