Revision: 14751
          http://gar.svn.sourceforge.net/gar/?rev=14751&view=rev
Author:   dmichelsen
Date:     2011-06-08 18:53:24 +0000 (Wed, 08 Jun 2011)

Log Message:
-----------
rsync: Fix missing replacement of rsyncd.conf location

Modified Paths:
--------------
    csw/mgar/pkg/rsync/trunk/Makefile

Modified: csw/mgar/pkg/rsync/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rsync/trunk/Makefile   2011-06-08 17:48:38 UTC (rev 14750)
+++ csw/mgar/pkg/rsync/trunk/Makefile   2011-06-08 18:53:24 UTC (rev 14751)
@@ -37,4 +37,5 @@
                $(DESTDIR)$(mandir)/man5/rsyncd.conf.5
        perl -pi \
                -e 's,/usr/local,$(prefix),g;' \
+               -e 's,/etc/rsyncd.conf,$(sysconfdir)/rsyncd.conf,g;' \
                $(DESTDIR)$(mandir)/man1/rsync.1


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to