X-Git-Url: https://git.tld-linux.org/?p=packages%2Frc-scripts.git;a=blobdiff_plain;f=misc_fixes.patch;h=21c5c1af8fa46abe30b5c43e7351848dc0dae57e;hp=2f76edf568b38b6bb9f9394c8927a5f5868cd9c4;hb=HEAD;hpb=4d951422a2eea23d45dbdfc3bd04ab472bb528e8 diff --git a/misc_fixes.patch b/misc_fixes.patch deleted file mode 100644 index 2f76edf..0000000 --- a/misc_fixes.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -ur rc-scripts-0.5.1.orig/rc.d/init.d/network rc-scripts-0.5.1/rc.d/init.d/network ---- rc-scripts-0.5.1.orig/rc.d/init.d/network 2018-07-11 21:54:22.000000000 +0000 -+++ rc-scripts-0.5.1/rc.d/init.d/network 2018-07-22 23:26:49.256418466 +0000 -@@ -168,7 +168,7 @@ - DEVICE=""; ONBOOT=""; USERS=""; . "$i" 2>/dev/null - [ "${DEVICE:+set}" != "set" ] && continue - [ ${USERS:-no} != no ] && continue -- is_yes [ ${ONBOOT:-no} && echo "${i##*/ifcfg-}" -+ is_yes ${ONBOOT:-no} && echo "${i##*/ifcfg-}" - done - ` - -diff -ur rc-scripts-0.5.1.orig/sysconfig/system rc-scripts-0.5.1/sysconfig/system ---- rc-scripts-0.5.1.orig/sysconfig/system 2018-07-11 21:54:22.000000000 +0000 -+++ rc-scripts-0.5.1/sysconfig/system 2018-07-22 23:26:23.805419983 +0000 -@@ -13,7 +13,6 @@ - CONSOLE_LOGLEVEL=1 - - # On errors (when system is starting) run sulogin instead of shell ? --# This option disables debuginitrd=sh in geninitrd as well. - RUN_SULOGIN_ON_ERR=yes - - # Default run nice level for all services if $SERVICE_RUN_NICE_LEVEL is not