Parent Directory | Revision Log | Revision Graph
Import of initscripts-8.45.33-1.el5.centos
1 | diff -up initscripts-8.45.30/service.smefixtypo initscripts-8.45.30/service |
2 | --- initscripts-8.45.30/service.smefixtypo 2009-12-17 20:38:09.000000000 +0100 |
3 | +++ initscripts-8.45.30/service 2009-12-17 20:43:31.000000000 +0100 |
4 | @@ -62,7 +62,7 @@ runlevel=$(runlevel | cut -d" " -f2) |
5 | if [ "$runlevel" = "7" ] |
6 | then |
7 | script=$(ls /etc/rc7.d/S??${SERVICE} 2>/dev/null | head -1) |
8 | - if [ -z "$scripts" ] |
9 | + if [ -z "$script" ] |
10 | then |
11 | echo $"${SERVICE}: unrecognized service" >&2 |
12 | exit 0 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |