/[smeserver]/rpms/e-smith-base/sme9/e-smith-base-5.4.0-StartService.patch
ViewVC logotype

Annotation of /rpms/e-smith-base/sme9/e-smith-base-5.4.0-StartService.patch

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


Revision 1.2 - (hide annotations) (download)
Mon Mar 24 03:05:35 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 5.6.0-1.sme
- Roll new stream to remove obsolete images [SME: 7962]

1 wellsi 1.1 diff -ruN e-smith-base-5.4.0.old/root/etc/rc.d/init.d/e-smith-service e-smith-base-5.4.0/root/etc/rc.d/init.d/e-smith-service
2     --- e-smith-base-5.4.0.old/root/etc/rc.d/init.d/e-smith-service 2013-01-31 07:52:03.000000000 -0800
3     +++ e-smith-base-5.4.0/root/etc/rc.d/init.d/e-smith-service 2013-04-22 19:42:52.000000000 -0700
4     @@ -56,7 +56,20 @@
5     condrestart)
6     exit 0 ;;
7     start)
8     - exit 99 ;;
9     + echo -n $"Starting $SERVICE: "
10     + if [ "$BOOTUP" != "verbose" -a -z "${LSB:-}" ]
11     + then
12     + [ "$BOOTUP" = "color" ] && $MOVE_TO_COL
13     + echo -n "["
14     + [ "$BOOTUP" = "color" ] && $SETCOLOR_WARNING
15     + echo -n $" OFF "
16     + [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL
17     + echo -n "]"
18     + echo -ne "\r"
19     + fi
20     + echo
21     + exit 0
22     + ;;
23     esac
24     fi
25    

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