[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Update: mystuff
- To: cvs@lists.cleannorth.org
- Subject: CVS Update: mystuff
- From: Jim Dew <jdew@cleannorth.org>
- Date: Thu, 10 Jul 2008 11:38:38 -0401 (EDT)
- List-help: <mailto:cvs-request@lists.cleannorth.org?subject=help>
- List-post: <mailto:cvs@lists.cleannorth.org>
- List-subscribe: <mailto:cvs-request@lists.cleannorth.org?subject=subscribe>
- List-unsubscribe: <mailto:cvs-request@lists.cleannorth.org?subject=unsubscribe>
- Resent-date: Thu, 10 Jul 2008 11:38:41 -0401 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <x7cMnC.A.qZH.X0idIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Properly substitute the userid/groupid into plist.
Modified Files:
--------------
mystuff/irc/ircd-hybrid:
Makefile
mystuff/irc/ircd-hybrid/pkg:
PLIST
Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /cvs/mystuff/irc/ircd-hybrid/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lirc/ircd-hybrid/Makefile -Lirc/ircd-hybrid/Makefile -u -r1.2 -r1.3
--- irc/ircd-hybrid/Makefile
+++ irc/ircd-hybrid/Makefile
@@ -22,16 +22,14 @@
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
-#USE_SYSTRACE= YES
+WANTLIB+= c crypto ssl z
+
+IRCD_USER= _ircd
+IRCD_ID= 600
+SUBST_VARS= IRCD_USER IRCD_ID
#BUILD_DEPENDS= ${RUN_DEPENDS}
#RUN_DEPENDS= ::devel/pcre
-
-WANTLIB += c crypto ssl z
-
-IRCD_USER= _ircd
-IRCD_ID= 600
-#SYSCONFDIR= /etc/ircd
CONFIGURE_ARGS+= --sysconfdir=${SYSCONFDIR}/ircd \
--with-nicklen=20 \
Index: PLIST
===================================================================
RCS file: /cvs/mystuff/irc/ircd-hybrid/pkg/PLIST,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lirc/ircd-hybrid/pkg/PLIST -Lirc/ircd-hybrid/pkg/PLIST -u -r1.2 -r1.3
--- irc/ircd-hybrid/pkg/PLIST
+++ irc/ircd-hybrid/pkg/PLIST
@@ -1,4 +1,5 @@
@comment $OpenBSD$
+@newgroup ${IRCD_USER}:${IRCD_ID}
@newuser ${IRCD_USER}:${IRCD_ID}:::Hybrid ircd:/var/empty:/bin/sh
%%SHARED%%
bin/encspeed
- Prev by Date: CVS Update: mystuff
- Next by Date: CVS Update: mystuff
- Previous by thread: CVS Update: mystuff
- Next by thread: CVS Update: mystuff
- Index(es):