rsync: fix runit service: rsyncd -> rsync.
This commit is contained in:
parent
5fceccbb22
commit
cd66ed0c1b
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ ! -e /etc/rsyncd.conf ] && exit 1
|
[ ! -e /etc/rsyncd.conf ] && exit 1
|
||||||
exec rsyncd --daemon --no-detach
|
exec rsync --daemon --no-detach
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rsync'
|
# Template file for 'rsync'
|
||||||
pkgname=rsync
|
pkgname=rsync
|
||||||
version=3.1.1
|
version=3.1.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/rsyncd.conf"
|
conf_files="/etc/rsyncd.conf"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue