[csw-devel] SF.net SVN: gar:[9469] csw/mgar/pkg/qpopper/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Tue Mar 30 15:10:31 CEST 2010
Revision: 9469
http://gar.svn.sourceforge.net/gar/?rev=9469&view=rev
Author: bonivart
Date: 2010-03-30 13:10:31 +0000 (Tue, 30 Mar 2010)
Log Message:
-----------
qpopper: add inetd helper
Modified Paths:
--------------
csw/mgar/pkg/qpopper/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/qpopper/trunk/files/inetd.conf
Modified: csw/mgar/pkg/qpopper/trunk/Makefile
===================================================================
--- csw/mgar/pkg/qpopper/trunk/Makefile 2010-03-30 12:59:36 UTC (rev 9468)
+++ csw/mgar/pkg/qpopper/trunk/Makefile 2010-03-30 13:10:31 UTC (rev 9469)
@@ -22,6 +22,8 @@
CATALOGNAME_CSWqpopper = qpopper
SPKG_DESC_CSWqpopper = $(DESCRIPTION)
+INETDCONF = /etc/opt/csw/pkg/CSWqpopper/inetd.conf
+
SPKG_SOURCEURL = http://www.eudora.com/qpopper
CONFIGURE_ARGS = $(DIRPATHS)
@@ -32,6 +34,8 @@
install-custom:
@echo " ==> Install for $(GARNAME) (custom)"
+ @ginstall -d $(DESTDIR)/etc/opt/csw/pkg/CSW$(GARNAME)
+ @cp $(FILEDIR)/inetd.conf $(DESTDIR)/etc/opt/csw/pkg/CSW$(GARNAME)
@ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
@ginstall -d $(DESTDIR)$(sbindir)
@ginstall -d $(DESTDIR)$(mandir)/man8
Added: csw/mgar/pkg/qpopper/trunk/files/inetd.conf
===================================================================
--- csw/mgar/pkg/qpopper/trunk/files/inetd.conf (rev 0)
+++ csw/mgar/pkg/qpopper/trunk/files/inetd.conf 2010-03-30 13:10:31 UTC (rev 9469)
@@ -0,0 +1 @@
+pop3 stream tcp nowait root /opt/csw/sbin/popper popper -s
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list