/[smeserver]/rpms/initscripts/sme9/initscripts-9.03.46-dont_run_plymouth_if_disabled.patch
ViewVC logotype

Contents of /rpms/initscripts/sme9/initscripts-9.03.46-dont_run_plymouth_if_disabled.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sun Dec 23 05:12:38 2018 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: initscripts-9_03_61-2_el6_sme, HEAD
Changes since 1.2: +0 -0 lines
* Sun Dec 23 2018 Jean-Philipe Pialasse <tests@pialasse.com> 9.03.61-2.sme
- Rebase on upstream 9.03.61 [SME: 10615]
- Don't try to run plymouth if disabled [SME: 8375]
  Code from Charlie Brady
- Make slapd service an alias for ldap [SME: 8635]
- Add -n 1 to the dmesg line in rc.sysinit to prevent unwanted
  messages appearing on the console [SME: 8277]
- Add hack for running rc7.d script during runlevel 4 [SME: 7217]

1 diff -Nur initscripts-9.03.46/rc.d/rc.sysinit initscripts-9.03.46_bz8375/rc.d/rc.sysinit
2 --- initscripts-9.03.46/rc.d/rc.sysinit 2015-07-09 21:48:23.684402214 +0200
3 +++ initscripts-9.03.46_bz8375/rc.d/rc.sysinit 2015-07-09 21:51:22.408398119 +0200
4 @@ -681,7 +681,7 @@
5 fi
6
7 # Let rhgb know that we're leaving rc.sysinit
8 -if [ -x /bin/plymouth ]; then
9 +if [ -x /bin/plymouth ] && ! strstr "$cmdline" rd_NO_PLYMOUTH; then
10 /bin/plymouth --sysinit
11 fi
12

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed