Package init

This commit is contained in:
overweight 2019-09-30 11:16:59 -04:00
commit c531a80f5d
4 changed files with 1191 additions and 0 deletions

BIN
setup-2.13.3.tar.bz2 Normal file

Binary file not shown.

1169
setup.spec Normal file

File diff suppressed because it is too large Load Diff

View 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"

View 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