/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.0-service_re.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme7/e-smith-base-4.18.0-service_re.patch

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


Revision 1.2 - (show annotations) (download)
Wed Mar 26 17:01:38 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
- Fix gettext strings returned by password checks [SME: 4104]

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/sbin/e-smith/service mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/service
2 --- e-smith-base-4.18.0/root/sbin/e-smith/service 2005-11-20 21:28:11.000000000 -0700
3 +++ mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/service 2007-05-05 05:00:10.000000000 -0600
4 @@ -4,9 +4,9 @@
5
6 if [ "$runlevel" = "7" ]
7 then
8 - if ls /etc/rc7.d/S*$1 >/dev/null 2>/dev/null
9 + if ls /etc/rc7.d/S??$1 >/dev/null 2>/dev/null
10 then
11 - script=$(ls /etc/rc7.d/S*$1 | head -1)
12 + script=$(ls /etc/rc7.d/S??$1 | head -1)
13 exec $script $2
14 fi
15

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