ports/82583: [MAINTAINER UPDATE]: change the way of adding the user.

Victor Balada Diaz victor at alf.dyndns.ws
Thu Jun 23 17:20:17 UTC 2005


>Number:         82583
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: change the way of adding the user.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 23 17:20:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Victor Balada Diaz
>Release:        FreeBSD 5.3-RELEASE-p15 i386
>Organization:
>Environment:
System: FreeBSD alf.dyndns.ws 5.3-RELEASE-p15 FreeBSD 5.3-RELEASE-p15 #0: Thu May 26 21:13:13 CEST 2005 victor at equilibrium.euesrg02.net:/usr/obj/usr/src/sys/EQUILIBRIUM i386


	
>Description:
	Change the user shell from /bin/sh to /sbin/nologin.
	Change the user home to /nonexistent.
	Change the maintainer e-mail to my new mail address.
	
>How-To-Repeat:
	
>Fix:

	

--- patch.diff begins here ---
Index: Makefile
===================================================================
RCS file: /mnt/garaje/src/FreeBSD/ports/mail/milter-bogom/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	25 May 2005 08:12:34 -0000	1.2
+++ Makefile	23 Jun 2005 17:06:44 -0000
@@ -1,12 +1,13 @@
 # New ports collection makefile for:	milter-bogom
 # Date created:			12 Feb 2005
-# Whom:				Victor Balada Diaz <victor at alf.dyndns.ws>
+# Whom:				Victor Balada Diaz <victor at bsdes.net>
 #
 # $FreeBSD: ports/mail/milter-bogom/Makefile,v 1.2 2005/05/25 08:12:34 jylefort Exp $
 #
 
 PORTNAME=	milter-bogom
 PORTVERSION=	1.7.1
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.usebox.net/jjm/bogom/ \
 		http://blackshell.usebox.net/bogom/
Index: pkg-install
===================================================================
RCS file: /mnt/garaje/src/FreeBSD/ports/mail/milter-bogom/pkg-install,v
retrieving revision 1.1
diff -u -r1.1 pkg-install
--- pkg-install	25 May 2005 08:12:34 -0000	1.1
+++ pkg-install	23 Jun 2005 17:06:44 -0000
@@ -11,7 +11,9 @@
 if [ $? != 0 ]
 then
 	echo "===>  Adding user bogomilter"
-	pw useradd bogomilter -u 174 -c "milter-bogom"
+	pw useradd bogomilter -u 174 -c "milter-bogom" -s /sbin/nologin \
+	-d /nonexistent
+
 else
 	echo "===>  Using existing user bogomilter" 
 fi
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list