diff options
| author | Bill Nottingham <notting@redhat.com> | 2009-04-02 13:28:33 -0400 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2009-04-02 13:28:33 -0400 |
| commit | 26c3875f6e382797a1d4584d989c8a85d6d1c600 (patch) | |
| tree | 139c9afc887a1f5af87f2ac6e78cbdefedda5d0b | |
| parent | 6137d055b69489dd122f6dfe44bc6003b2a4114f (diff) | |
| download | initscripts-8.92-1.tar initscripts-8.92-1.tar.gz initscripts-8.92-1.tar.bz2 initscripts-8.92-1.tar.xz initscripts-8.92-1.zip | |
Fix syntax error.initscripts-8.92-1
| -rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index b28a7c4e..94c7934b 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -496,7 +496,7 @@ if [ "$READONLY" = "yes" -o "$TEMPORARY_STATE" = "yes" ]; then HOSTNAME= eval $(ipcalc -h $ipaddr 2>/dev/null) [ -n "$HOSTNAME" ] && { hostname ${HOSTNAME} ; break; } - fi + done fi # Clients with read-only root filesystems may be provided with a |
