[PATCH v2] rsyncd: Add description and conffiles entry
Add description and conffiles entry for rsyncd to rsync's Makefile. Signed-off-by: Ian Leonard <antonlacon@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@27238 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=rsync
|
PKG_NAME:=rsync
|
||||||
PKG_VERSION:=3.0.8
|
PKG_VERSION:=3.0.8
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src
|
PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src
|
||||||
@ -61,6 +61,16 @@ define Package/rsync/install
|
|||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/rsyncd/description
|
||||||
|
rsyncd is a configuration file and initscript to
|
||||||
|
utilize rsync as a daemon. It uses the same binary
|
||||||
|
as rsync.
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/rsyncd/conffiles
|
||||||
|
/etc/rsyncd.conf
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/rsyncd/install
|
define Package/rsyncd/install
|
||||||
$(INSTALL_DIR) $(1)/etc
|
$(INSTALL_DIR) $(1)/etc
|
||||||
$(INSTALL_DATA) ./files/rsyncd.conf $(1)/etc/
|
$(INSTALL_DATA) ./files/rsyncd.conf $(1)/etc/
|
||||||
|
Reference in New Issue
Block a user