summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/auth.inc2
-rw-r--r--etc/skel/dot.tcshrc (renamed from usr/share/skel/dot.tcshrc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 4ca7642..6078158 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -293,7 +293,7 @@ function local_user_set(& $user) {
/* determine add or mod */
if (!strncmp($pwread, "pw:", 3)) {
- $user_op = "useradd -m -k /usr/share/skel -o";
+ $user_op = "useradd -m -k /etc/skel -o";
} else {
$user_op = "usermod";
}
diff --git a/usr/share/skel/dot.tcshrc b/etc/skel/dot.tcshrc
index 97ca003..97ca003 100644
--- a/usr/share/skel/dot.tcshrc
+++ b/etc/skel/dot.tcshrc
OpenPOWER on IntegriCloud