rsync: fix runit service: rsyncd -> rsync.

This commit is contained in:
Juan RP 2014-12-11 14:22:38 +01:00
parent 5fceccbb22
commit cd66ed0c1b
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
[ ! -e /etc/rsyncd.conf ] && exit 1
exec rsyncd --daemon --no-detach
exec rsync --daemon --no-detach

View file

@ -1,7 +1,7 @@
# Template file for 'rsync'
pkgname=rsync
version=3.1.1
revision=2
revision=3
build_style=gnu-configure
conf_files="/etc/rsyncd.conf"
hostmakedepends="perl"