summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-07-06 13:55:10 -0400
committerjim-p <jimp@pfsense.org>2010-07-06 13:55:10 -0400
commit4b49a8a91ec6a3ac26775644b0441ccd817d04ce (patch)
tree223b885e1a434eb3d4632e4bff71f1ec715467aa
parent681f5f4e531993a86f3a44a11309518e151bff8c (diff)
downloadpfsense-4b49a8a91ec6a3ac26775644b0441ccd817d04ce.zip
pfsense-4b49a8a91ec6a3ac26775644b0441ccd817d04ce.tar.gz
Move the skel dir to /etc/skel, where it's easier to manage from a build point of view.
-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