From: bigmike160 Date: Sun, 23 Sep 2007 02:59:49 +0000 (+0000) Subject: create-user: don't create .forward: we read straight from .public/.forward now X-Git-Url: https://git.hcoop.net/hcoop/zz_old/misc/scripts.git/commitdiff_plain/3ec406664e6411284c6b29452700d68e0136015a create-user: don't create .forward: we read straight from .public/.forward now --- diff --git a/create-user b/create-user index 1e5f719..a83c524 100755 --- a/create-user +++ b/create-user @@ -150,9 +150,6 @@ mkdir -p $HOMEPATH/.procmail.d/ fs sa $HOMEPATH/.procmail.d/ system:anyuser rl mkdir -p $HOMEPATH/.public/ fs sa $HOMEPATH/.public/ system:anyuser rl -test -e $HOMEPATH/.forward || \ - test -L $HOMEPATH/.forward || \ - ln -s $HOMEPATH/.public/.forward $HOMEPATH/.forward mkdir -p $HOMEPATH/.public/.domtool/ test -e $HOMEPATH/.domtool || \ test -L $HOMEPATH/.domtool || \