diff options
Diffstat (limited to 'sys-apps/xinetd/files/xinetd.rc5')
-rw-r--r-- | sys-apps/xinetd/files/xinetd.rc5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/xinetd/files/xinetd.rc5 b/sys-apps/xinetd/files/xinetd.rc5 index 8e04dba33cf2..4cc809feb098 100644 --- a/sys-apps/xinetd/files/xinetd.rc5 +++ b/sys-apps/xinetd/files/xinetd.rc5 @@ -10,7 +10,8 @@ opts="start stop" autoconfig() { if [ ! -e /etc/xinetd.conf ] ; then if [ ! -e /etc/inetd.conf ] ; then - eerror "You need an /etc/xinetd.conf file to run xinetd!" + eerror "You need an /etc/xinetd.conf file to run xinetd" + eerror "There are samples in docs/xinetd, docs/netkit-base" exit 1 else einfo "Auto-creating xinetd.conf from your inetd.conf.." |