rsync: fix runit service: rsyncd -> rsync.
This commit is contained in:
parent
5fceccbb22
commit
cd66ed0c1b
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
[ ! -e /etc/rsyncd.conf ] && exit 1
|
||||
exec rsyncd --daemon --no-detach
|
||||
exec rsync --daemon --no-detach
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue