summaryrefslogtreecommitdiff
path: root/usr.sbin/service
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2014-03-15 02:26:46 +0000
committerEitan Adler <eadler@FreeBSD.org>2014-03-15 02:26:46 +0000
commit71ac3e321ee5b94bd59a5df42f82bf46f293304b (patch)
treee754af25d3c9e5961c8036d753a28680264177bd /usr.sbin/service
parentfdfda3af497337f0ef84cf928529458d7ad8170f (diff)
downloadsrc-test2-71ac3e321ee5b94bd59a5df42f82bf46f293304b.tar.gz
src-test2-71ac3e321ee5b94bd59a5df42f82bf46f293304b.zip
Be a little more verbose in service's error message
PR: bin/187118 Submitted by: culot
Notes
Notes: svn path=/head/; revision=263202
Diffstat (limited to 'usr.sbin/service')
-rwxr-xr-xusr.sbin/service/service.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/service/service.sh b/usr.sbin/service/service.sh
index cf181fa57a16..8c12b8984a7c 100755
--- a/usr.sbin/service/service.sh
+++ b/usr.sbin/service/service.sh
@@ -145,5 +145,5 @@ done
# If the script was not found
echo "$script does not exist in /etc/rc.d or the local startup"
-echo "directories (${local_startup})"
+echo "directories (${local_startup}), or is not executable"
exit 1