summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mountd
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-12-02 02:58:56 +0000
committerwollman <wollman@FreeBSD.org>1994-12-02 02:58:56 +0000
commit17bb48fa11d98a1b5e3e18f74dc7f80436f95922 (patch)
tree0d3f7e041b1ce2771801521fd19af8daad03c32b /usr.sbin/mountd
parent04188ac3ca16476d70e7822961cfafc87454fe7d (diff)
downloadFreeBSD-src-17bb48fa11d98a1b5e3e18f74dc7f80436f95922.zip
FreeBSD-src-17bb48fa11d98a1b5e3e18f74dc7f80436f95922.tar.gz
Change obnoxious ``Not root dir'' error message into one which actually
tells you what's wrong.
Diffstat (limited to 'usr.sbin/mountd')
-rw-r--r--usr.sbin/mountd/mountd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c
index 605e31f..2b2ade8 100644
--- a/usr.sbin/mountd/mountd.c
+++ b/usr.sbin/mountd/mountd.c
@@ -43,7 +43,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "From: @(#)mountd.c 8.8 (Berkeley) 2/20/94";*/
static const char rcsid[] =
- "$Id$";
+ "$Id: mountd.c,v 1.3 1994/09/22 22:16:50 wollman Exp $";
#endif /*not lint*/
#include <sys/param.h>
@@ -1555,7 +1555,8 @@ do_mount(ep, grp, exflags, anoncrp, dirp, dirplen, fsb)
return (1);
}
if (opt_flags & OP_ALLDIRS) {
- syslog(LOG_ERR, "Not root dir");
+ syslog(LOG_ERR, "Could not remount %s: %m",
+ dirp);
return (1);
}
/* back up over the last component */
OpenPOWER on IntegriCloud