summaryrefslogtreecommitdiff
path: root/user-init
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-09-11 17:08:50 +0000
committerJonas Smedegaard <dr@jones.dk>2003-09-11 17:08:50 +0000
commitabe0d897755c29979e074c74d747727efd4c73b6 (patch)
tree98ff392faefa27ae61236727b3f19c0927c6feaa /user-init
parent86edfa61305162fa24a0354abe20c5a7d6c83a87 (diff)
change default home subfolders from ',mac', '.pc' and '.exchange' to the same without leading dot.
Diffstat (limited to 'user-init')
-rwxr-xr-xuser-init6
1 files changed, 3 insertions, 3 deletions
diff --git a/user-init b/user-init
index 16186af..45b9104 100755
--- a/user-init
+++ b/user-init
@@ -5,9 +5,9 @@ set -e
# reset flags
apache_reload_needed=""
runmode="normal"
-mac=".mac"
-pc=".pc"
-xchange=".xchange"
+mac="mac"
+pc="pc"
+xchange="xchange"
if [ -e /etc/adduser.conf ]; then
. /etc/adduser.conf