diff options
author | 2001-09-01 09:04:25 +0000 | |
---|---|---|
committer | 2001-09-01 09:04:25 +0000 | |
commit | c0a50815e6a490ad7dc44649defbaf28ab2a2834 (patch) | |
tree | 6ea6b92eddbb7551c15ed9926bc3c5b5c762642f /sys-apps/xinetd/files | |
parent | fixums (diff) | |
download | historical-c0a50815e6a490ad7dc44649defbaf28ab2a2834.tar.gz historical-c0a50815e6a490ad7dc44649defbaf28ab2a2834.tar.bz2 historical-c0a50815e6a490ad7dc44649defbaf28ab2a2834.zip |
typos
Diffstat (limited to 'sys-apps/xinetd/files')
-rw-r--r-- | sys-apps/xinetd/files/xinetd.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/xinetd/files/xinetd.rc6 b/sys-apps/xinetd/files/xinetd.rc6 index 457b39b4436c..8d815204b0b9 100644 --- a/sys-apps/xinetd/files/xinetd.rc6 +++ b/sys-apps/xinetd/files/xinetd.rc6 @@ -8,7 +8,7 @@ autoconfig() { if [ ! -e /etc/xinetd.conf ] ; then if [ ! -e /etc/inetd.conf ] ; then eerror "You need an /etc/xinetd.conf file to run xinetd!" - exit 1 + return 1 else einfo "Auto-creating xinetd.conf from your inetd.conf.." /usr/sbin/xconv.pl < /etc/inetd.conf > /etc/xinetd.conf |