[csw-devel] SF.net SVN: gar:[20211] csw/mgar/pkg/rsync/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Jan 24 14:47:54 CET 2013
Revision: 20211
http://gar.svn.sourceforge.net/gar/?rev=20211&view=rev
Author: dmichelsen
Date: 2013-01-24 13:47:54 +0000 (Thu, 24 Jan 2013)
Log Message:
-----------
rsync/trunk: Split off rsyncd
Modified Paths:
--------------
csw/mgar/pkg/rsync/trunk/Makefile
Modified: csw/mgar/pkg/rsync/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rsync/trunk/Makefile 2013-01-24 12:41:03 UTC (rev 20210)
+++ csw/mgar/pkg/rsync/trunk/Makefile 2013-01-24 13:47:54 UTC (rev 20211)
@@ -22,18 +22,29 @@
PACKAGES += CSWrsync
SPKG_DESC_CSWrsync = Utility which provides fast incremental file transfer
+# PKGFILES is catchall
RUNTIME_DEP_PKGS_CSWrsync += CSWlibpopt0
RUNTIME_DEP_PKGS_CSWrsync += CSWlibiconv2
+INITSMF += /etc/opt/csw/init.d/cswrsyncd
+
+PACKAGES += CSWrsyncd
+SPKG_DESC_CSWrsyncd = Daemon for rsyncd server
+PKGFILES_CSWrsyncd += $(sysconfdir)/rsyncd.conf
+PKGFILES_CSWrsyncd += $(mandir)/man5/rsyncd.conf.5
+PKGFILES_CSWrsyncd += $(INITSMF)
+
+# rsyncd is in fact rsync --daemon
+RUNTIME_DEP_PKGS_CSWrsyncd += CSWrsync
+CHECKPKG_OVERRIDES_CSWrsyncd += surplus-dependency|CSWrsync
+
# The location of rsyncd.conf to OpenCSW standard has been done in 3.0.8
-MIGRATE_FILES = rsyncd.conf
+MIGRATE_FILES_CSWrsyncd = rsyncd.conf
MIGRATE_SOURCE_DIR = /etc
CONFIGURE_ARGS += $(DIRPATHS)
CONFIGURE_ARGS += --with-rsyncd-conf=$(sysconfdir)/rsyncd.conf
-INITSMF += /etc/opt/csw/init.d/cswrsyncd
-
REINPLACE_USRLOCAL = $(mandir)/man1/rsync.1
REINPLACE_WHEN_USRLOCAL = postinstall
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