diff options
author | Bill Nottingham <notting@redhat.com> | 1999-04-09 02:29:24 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-04-09 02:29:24 +0000 |
commit | e5f11973b56392f62d0921477ceb68fe7686aac3 (patch) | |
tree | 8470d00335e9a61c4be2ab00e225887e91897740 /src/initlog.c | |
parent | e8dcf9d4cf078a8cc8dd647000db737fc8a020b7 (diff) | |
download | initscripts-e5f11973b56392f62d0921477ceb68fe7686aac3.tar initscripts-e5f11973b56392f62d0921477ceb68fe7686aac3.tar.gz initscripts-e5f11973b56392f62d0921477ceb68fe7686aac3.tar.bz2 initscripts-e5f11973b56392f62d0921477ceb68fe7686aac3.tar.xz initscripts-e5f11973b56392f62d0921477ceb68fe7686aac3.zip |
*** empty log message ***r4-02
Diffstat (limited to 'src/initlog.c')
-rw-r--r-- | src/initlog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/initlog.c b/src/initlog.c index 1a77bd1f..3a5d41c5 100644 --- a/src/initlog.c +++ b/src/initlog.c @@ -104,7 +104,6 @@ int startDaemon() { /* kid */ execlp("minilogd","minilogd",NULL); perror("exec"); - abort(); exit(-1); } } |