]> git.pld-linux.org Git - packages/setup.git/commitdiff
- initial revision auto/th/setup-2_4_11-2 auto/ti/setup-2_4_11-2
authorpascalek <pascalek@pld-linux.org>
Fri, 30 Nov 2007 08:35:24 +0000 (08:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    setup-dquo.patch -> 1.1

setup-dquo.patch [new file with mode: 0644]

diff --git a/setup-dquo.patch b/setup-dquo.patch
new file mode 100644 (file)
index 0000000..0f66112
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur setup-2.4.11.orig/etc/profile setup-2.4.11.chng/etc/profile
+--- setup-2.4.11.orig/etc/profile      2007-11-30 09:25:34.000000000 +0100
++++ setup-2.4.11.chng/etc/profile      2007-11-30 09:26:06.000000000 +0100
+@@ -20,7 +20,7 @@
+ HISTFILE="$HOME/.history"
+ HISTSIZE=1000
+-if [ `id -gn` = $USER -a `id -u` -gt 14 ]; then
++if [ "`id -gn`" = $USER -a `id -u` -gt 14 ]; then
+       umask 002
+ else
+       umask 022
This page took 0.031605 seconds and 4 git commands to generate.