wok rev 8533

Fix: Don't need to /etc/rsyncd.motd in CONFIG_FILES in rsync.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 13 03:40:27 2011 +0000 (2011-02-13)
parents e3b85b1a6d75
children c1a84d84a7ef
files rsync/receipt
line diff
     1.1 --- a/rsync/receipt	Sun Feb 13 03:35:31 2011 +0000
     1.2 +++ b/rsync/receipt	Sun Feb 13 03:40:27 2011 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  WEB_SITE="http://rsync.samba.org/"
     1.5  WGET_URL="http://rsync.samba.org/ftp/rsync/$TARBALL"
     1.6  TAGS="sync"
     1.7 -CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets /etc/rsyncd.motd"
     1.8 +CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()