summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-10-13 11:18:53 +0000
committercharnier <charnier@FreeBSD.org>1997-10-13 11:18:53 +0000
commit67de6ed0a2d20541b0f95abf9e5e36e1b8d32de4 (patch)
tree4353fdf164b72946f572231854d2363137d0c61a /usr.sbin/rpc.yppasswdd/yppasswdd_server.c
parent8f640499e9439317b5c4c86c9e29cebdf7d2fcbd (diff)
downloadFreeBSD-src-67de6ed0a2d20541b0f95abf9e5e36e1b8d32de4.zip
FreeBSD-src-67de6ed0a2d20541b0f95abf9e5e36e1b8d32de4.tar.gz
Remove multiply defined Id string. Hide sccsid string.
Diffstat (limited to 'usr.sbin/rpc.yppasswdd/yppasswdd_server.c')
-rw-r--r--usr.sbin/rpc.yppasswdd/yppasswdd_server.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
index 02a4746..f41cce2 100644
--- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
+++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c
@@ -28,10 +28,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: yppasswdd_server.c,v 1.3 1997/07/29 00:21:00 wpaul Exp $
*/
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <stdio.h>
#include <string.h>
#include <ctype.h>
@@ -59,10 +62,6 @@ struct dom_binding {};
#include "yppasswd.h"
#include "yppasswd_private.h"
-#ifndef lint
-static const char rcsid[] = "$Id: yppasswdd_server.c,v 1.3 1997/07/29 00:21:00 wpaul Exp $";
-#endif /* not lint */
-
char *tempname;
void reaper(sig)
@@ -765,8 +764,8 @@ procedure!\n", inet_ntoa(rqhost->sin_addr), rqhost->sin_port);
yp_error("notice: adding user %s to \
master.passwd database for domain %s", argp->newpw.pw_name, argp->domain);
else
- yp_error("restart %s with the -a flag to \
-allow additions to be made to the password database", progname);
+ yp_error("restart rpc.yppasswdd with the -a flag to \
+allow additions to be made to the password database");
} else {
yp_error("database access error: %s",
yperr_string(rval));
OpenPOWER on IntegriCloud