]> git.pld-linux.org Git - projects/setup.git/commitdiff
- suid_profile for privileged shell mode. Few more variables.
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 4 Apr 2004 21:49:48 +0000 (21:49 +0000)
committerPaweł Gołaszewski <blues@pld-linux.org>
Sun, 4 Apr 2004 21:49:48 +0000 (21:49 +0000)
Changed files:
    etc/env.d/MAILCHECK -> 1.1
    etc/env.d/MAILPATH -> 1.1
    etc/env.d/TMOUT -> 1.1
    etc/suid_profile -> 1.1

etc/env.d/MAILCHECK [new file with mode: 0644]
etc/env.d/MAILPATH [new file with mode: 0644]
etc/env.d/TMOUT [new file with mode: 0644]
etc/suid_profile [new file with mode: 0644]

diff --git a/etc/env.d/MAILCHECK b/etc/env.d/MAILCHECK
new file mode 100644 (file)
index 0000000..118e12c
--- /dev/null
@@ -0,0 +1 @@
+#MAILCHECK=0
diff --git a/etc/env.d/MAILPATH b/etc/env.d/MAILPATH
new file mode 100644 (file)
index 0000000..b30faae
--- /dev/null
@@ -0,0 +1 @@
+#MAILPATH="/var/mail/$USER?You have new mail in $_;~/mbox?New mail in _$"
diff --git a/etc/env.d/TMOUT b/etc/env.d/TMOUT
new file mode 100644 (file)
index 0000000..86cb62f
--- /dev/null
@@ -0,0 +1 @@
+#TMOUT=
diff --git a/etc/suid_profile b/etc/suid_profile
new file mode 100644 (file)
index 0000000..d4e4355
--- /dev/null
@@ -0,0 +1,3 @@
+# Profile for privileged shell
+
+if [ -r /etc/profile ]; then . /etc/profile; fi
This page took 0.145672 seconds and 4 git commands to generate.