diff options
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 |