summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/user.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-12-09 14:08:26 +0000
committerjoerg <joerg@FreeBSD.org>1996-12-09 14:08:26 +0000
commit1e166133b521f81c749815926e935dc6545ba242 (patch)
treed1bfc5971b358231fd091c54630fca97a3e1f834 /usr.sbin/sysinstall/user.c
parent3a89ac8756f0920efb0ec4795ec1907dfdba8361 (diff)
downloadFreeBSD-src-1e166133b521f81c749815926e935dc6545ba242.zip
FreeBSD-src-1e166133b521f81c749815926e935dc6545ba242.tar.gz
Slightly improve the wording of a ``not yet there'' message.
Diffstat (limited to 'usr.sbin/sysinstall/user.c')
-rw-r--r--usr.sbin/sysinstall/user.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/user.c b/usr.sbin/sysinstall/user.c
index e87ac7c..c2d82cf 100644
--- a/usr.sbin/sysinstall/user.c
+++ b/usr.sbin/sysinstall/user.c
@@ -1,5 +1,5 @@
/*
- * $Id$
+ * $Id: user.c,v 1.1 1996/12/09 06:02:33 jkh Exp $
*
* Copyright (c) 1996
* Jörg Wunsch. All rights reserved.
@@ -204,7 +204,8 @@ verifyGroupSettings(void)
return 0;
}
#ifndef notyet /* XXX */
- feepout("Sorry, this feature is currently not yet implemented.\n");
+ feepout("Sorry, the group member list feature\n"
+ "is currently not yet implemented.");
return 0;
#endif
}
OpenPOWER on IntegriCloud