diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-01-05 18:23:55 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-01-05 18:23:55 +0000 |
commit | 5f2d3b5c7f7dbff9fb8548a7ab0652a3c2911908 (patch) | |
tree | b984906235c850646a03771b7fce20398a22414d /sys-apps/baselayout/files | |
parent | glibc-2.5 issue, bug#160278, thanks to Paul Moore (diff) | |
download | gentoo-2-5f2d3b5c7f7dbff9fb8548a7ab0652a3c2911908.tar.gz gentoo-2-5f2d3b5c7f7dbff9fb8548a7ab0652a3c2911908.tar.bz2 gentoo-2-5f2d3b5c7f7dbff9fb8548a7ab0652a3c2911908.zip |
Add a backported patch from 1.13 so that operational errors in checkfs are
allowed. Thanks to Robin H Johnson.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'sys-apps/baselayout/files')
-rw-r--r-- | sys-apps/baselayout/files/baselayout-1.12.8-checkfs.patch | 13 | ||||
-rw-r--r-- | sys-apps/baselayout/files/digest-baselayout-1.12.8-r2 | 3 |
2 files changed, 16 insertions, 0 deletions
diff --git a/sys-apps/baselayout/files/baselayout-1.12.8-checkfs.patch b/sys-apps/baselayout/files/baselayout-1.12.8-checkfs.patch new file mode 100644 index 000000000000..58289fa0cec6 --- /dev/null +++ b/sys-apps/baselayout/files/baselayout-1.12.8-checkfs.patch @@ -0,0 +1,13 @@ +--- init.d/checkfs (revision 2463) ++++ init.d/checkfs (working copy) +@@ -27,6 +27,10 @@ + fi + if [[ ${retval} -eq 0 ]] ; then + eend 0 ++ elif [[ ${retval} -eq 8 ]] ; then ++ ewend 1 "Operational error, continuing" ++ # Everything should be ok, so return a pass ++ return 0 + elif [[ ${retval} -ge 1 && ${retval} -le 3 ]] ; then + ewend 1 "Filesystem errors corrected." + # Everything should be ok, so return a pass diff --git a/sys-apps/baselayout/files/digest-baselayout-1.12.8-r2 b/sys-apps/baselayout/files/digest-baselayout-1.12.8-r2 new file mode 100644 index 000000000000..b35ef146645e --- /dev/null +++ b/sys-apps/baselayout/files/digest-baselayout-1.12.8-r2 @@ -0,0 +1,3 @@ +MD5 2cdf1a2ed49f6c6ee4087964e0dd6e8e baselayout-1.12.8.tar.bz2 218298 +RMD160 2a47bf00db9c1e15ad2dd90e02dc55a896e3e01f baselayout-1.12.8.tar.bz2 218298 +SHA256 c05e126ee1b5bd63462db133c4e39ca45b0a999696f637f2a80d9c7b616eeeea baselayout-1.12.8.tar.bz2 218298 |