# HG changeset patch # User Christopher Rogers # Date 1297568427 0 # Node ID 7f631665ba403f4e7e1a7d8774514319612b66cc # Parent e3b85b1a6d75f71523cbfe71f5ae8a928706e14e Fix: Don't need to /etc/rsyncd.motd in CONFIG_FILES in rsync. diff -r e3b85b1a6d75 -r 7f631665ba40 rsync/receipt --- a/rsync/receipt Sun Feb 13 03:35:31 2011 +0000 +++ b/rsync/receipt Sun Feb 13 03:40:27 2011 +0000 @@ -11,7 +11,7 @@ WEB_SITE="http://rsync.samba.org/" WGET_URL="http://rsync.samba.org/ftp/rsync/$TARBALL" TAGS="sync" -CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets /etc/rsyncd.motd" +CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets" # Rules to configure and make the package. compile_rules()