Parent Directory | Revision Log | Revision Graph
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2 - Fix gettext strings returned by password checks [SME: 4104]
1 | slords | 1.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 |