summaryrefslogtreecommitdiffstats
path: root/etc
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 /etc
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/auth.inc2
-rw-r--r--etc/skel/dot.tcshrc5
2 files changed, 6 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/etc/skel/dot.tcshrc b/etc/skel/dot.tcshrc
new file mode 100644
index 0000000..97ca003
--- /dev/null
+++ b/etc/skel/dot.tcshrc
@@ -0,0 +1,5 @@
+set prompt="%{\033[0;1;33m%}[%{\033[0;1;37m%}`cat /etc/version`%{\033[0;1;33m%}]%{\033[0;1;33m%}%B[%{\033[0;1;37m%}%n%{\033[0;1;31m%}@%{\033[0;1;37m%}%M%{\033[0;1;33m%}]%{\033[0;1;32m%}%b%/%{\033[0;1;33m%}(%{\033[0;1;37m%}%h%{\033[0;1;33m%})%{\033[0;1;36m%}%{\033[0;1;31m%}:%{\033[0;40;37m%} "
+set autologout="0"
+set autolist set color set colorcat
+setenv CLICOLOR "true"
+setenv LSCOLORS "exfxcxdxbxegedabagacad"
OpenPOWER on IntegriCloud