diff options
author | Roy Marples <uberlord@gentoo.org> | 2005-05-26 13:52:05 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2005-05-26 13:52:05 +0000 |
commit | 9ea45cf4d6db88dc353faa7a1867034c258407e3 (patch) | |
tree | fafe7b164477bdd734d237145039dc5fa9fa42ed /sys-apps/baselayout/files | |
parent | Stable on x86. (diff) | |
download | gentoo-2-9ea45cf4d6db88dc353faa7a1867034c258407e3.tar.gz gentoo-2-9ea45cf4d6db88dc353faa7a1867034c258407e3.tar.bz2 gentoo-2-9ea45cf4d6db88dc353faa7a1867034c258407e3.zip |
report instead of -bash when disallowing net scripts to work in
the boot runlevel - fixes #91534
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/baselayout/files')
-rw-r--r-- | sys-apps/baselayout/files/baselayout-1.11.12-runscript-boot.patch | 16 | ||||
-rw-r--r-- | sys-apps/baselayout/files/digest-baselayout-1.11.12-r3 | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sys-apps/baselayout/files/baselayout-1.11.12-runscript-boot.patch b/sys-apps/baselayout/files/baselayout-1.11.12-runscript-boot.patch new file mode 100644 index 000000000000..7ca9b4368867 --- /dev/null +++ b/sys-apps/baselayout/files/baselayout-1.11.12-runscript-boot.patch @@ -0,0 +1,16 @@ +Index: sbin/runscript.sh +=================================================================== +RCS file: /var/cvsroot/gentoo-src/rc-scripts/sbin/runscript.sh,v +retrieving revision 1.44.2.10 +diff -u -B -r1.44.2.10 runscript.sh +--- sbin/runscript.sh 17 May 2005 00:40:41 -0000 1.44.2.10 ++++ sbin/runscript.sh 26 May 2005 13:07:46 -0000 +@@ -45,7 +45,7 @@ + # has completed + if [[ ${NETSERVICE} == "yes" && ${IFACE} != "lo" ]] ; then + if [[ -z ${mylevel} || ${mylevel} == ${BOOTLEVEL} ]] ; then +- eerror "$0: cannot start until the runlevel "${BOOTLEVEL}" has completed" ++ eerror "${myservice}: cannot start until the runlevel ${BOOTLEVEL} has completed" + exit 1 + fi + fi diff --git a/sys-apps/baselayout/files/digest-baselayout-1.11.12-r3 b/sys-apps/baselayout/files/digest-baselayout-1.11.12-r3 new file mode 100644 index 000000000000..be88de4574a8 --- /dev/null +++ b/sys-apps/baselayout/files/digest-baselayout-1.11.12-r3 @@ -0,0 +1 @@ +MD5 9c1c54759b484145d81ee614a4e4c71e rc-scripts-1.6.12.tar.bz2 156571 |