diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-09 00:03:13 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-09 00:03:13 (GMT) |
commit | 15699db7cc8429c3f9d7a2b516b91889e010984d (patch) | |
tree | 7ab2a82cb742084678bc48e12ddbf6c111e186f8 /abs/core/initscripts/rc.sysinit.patch | |
parent | 140af5d159d16ddd259d4e98b8159f85b2dce62d (diff) | |
download | linhes_pkgbuild-15699db7cc8429c3f9d7a2b516b91889e010984d.zip linhes_pkgbuild-15699db7cc8429c3f9d7a2b516b91889e010984d.tar.gz linhes_pkgbuild-15699db7cc8429c3f9d7a2b516b91889e010984d.tar.bz2 |
initscripts: 07-2012
-shutdown for runit is untested, might need to apply the shutdown patch
Diffstat (limited to 'abs/core/initscripts/rc.sysinit.patch')
-rw-r--r-- | abs/core/initscripts/rc.sysinit.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/abs/core/initscripts/rc.sysinit.patch b/abs/core/initscripts/rc.sysinit.patch deleted file mode 100644 index 05f636a..0000000 --- a/abs/core/initscripts/rc.sysinit.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- initscripts-2011.06.4/rc.sysinit.orig 2012-04-22 17:02:58.399566849 +0000 -+++ initscripts-2011.06.4/rc.sysinit 2012-04-22 17:03:25.639565741 +0000 -@@ -7,8 +7,11 @@ - . /etc/rc.d/functions - - echo " " --printhl "Arch Linux\n" --printhl "${C_H2}http://www.archlinux.org" -+echo " " -+printhl "LinHES" -+printhl "The Linux Home Entertainment System" -+printhl "${C_H2}http://www.linhes.org" -+echo " " - printsep - - run_hook sysinit_start -@@ -16,6 +19,8 @@ - # export standard PATH (will be overridden later when /etc/profile is sourced, but is useful for UDev) - export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" - -+[[ -d /run ]] || /bin/mkdir -p /run -+ - # mount /proc, /sys, /run, /dev, /run/lock, /dev/pts, /dev/shm (the api filesystems) - /bin/mountpoint -q /proc || /bin/mount -n -t proc proc /proc -o nosuid,noexec,nodev - /bin/mountpoint -q /sys || /bin/mount -n -t sysfs sysfs /sys -o nosuid,noexec,nodev -@@ -338,6 +343,7 @@ - /bin/chmod 755 /etc/profile.d/locale.sh - # Set user defined locale - echo "export LANG=$LOCALE" >>/etc/profile.d/locale.sh -+ echo "export LC_ALL=$LOCALE" >>/etc/profile.d/locale.sh - stat_done - - if [[ ${LOCALE,,} =~ utf ]]; then |