]> git.pld-linux.org Git - projects/setup.git/commitdiff
- ~/tmp is now created at user login
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Feb 1999 12:07:45 +0000 (12:07 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Feb 1999 12:07:45 +0000 (12:07 +0000)
Changed files:
    etc/profile.d/tmp-dir -> 1.1

etc/profile.d/tmp-dir [new file with mode: 0755]

diff --git a/etc/profile.d/tmp-dir b/etc/profile.d/tmp-dir
new file mode 100755 (executable)
index 0000000..974ed6e
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ ! -d ~/tmp ]; then
+mkdir ~/tmp 2> /dev/null
+chmod -f og-rwx ~/tmp
+fi
This page took 0.106432 seconds and 4 git commands to generate.