Package init
This commit is contained in:
commit
c531a80f5d
BIN
setup-2.13.3.tar.bz2
Normal file
BIN
setup-2.13.3.tar.bz2
Normal file
Binary file not shown.
1169
setup.spec
Normal file
1169
setup.spec
Normal file
File diff suppressed because it is too large
Load Diff
13
source-cshlocal-when-login.patch
Normal file
13
source-cshlocal-when-login.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/csh.login b/csh.login
|
||||||
|
index 51902e8..b6ef2e8 100644
|
||||||
|
--- a/csh.login
|
||||||
|
+++ b/csh.login
|
||||||
|
@@ -22,7 +22,7 @@ set history=1000
|
||||||
|
|
||||||
|
if ( -d /etc/profile.d ) then
|
||||||
|
set nonomatch
|
||||||
|
- foreach i ( /etc/profile.d/*.csh )
|
||||||
|
+ foreach i ( /etc/profile.d/*.csh /etc/profile.d/csh.local )
|
||||||
|
if ( -r "$i" ) then
|
||||||
|
if ($?prompt) then
|
||||||
|
source "$i"
|
||||||
9
support-filesystems-xfs.patch
Normal file
9
support-filesystems-xfs.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
diff --git a/filesystems b/filesystems
|
||||||
|
index 45bdb1c..2db6841 100644
|
||||||
|
--- a/filesystems
|
||||||
|
+++ b/filesystems
|
||||||
|
@@ -1,3 +1,4 @@
|
||||||
|
+xfs
|
||||||
|
ext4
|
||||||
|
ext3
|
||||||
|
ext2
|
||||||
Loading…
x
Reference in New Issue
Block a user