lsyncd: Fix run file, adopt the package
This commit is contained in:
parent
4d8b85bfed
commit
0910070ef6
3 changed files with 5 additions and 4 deletions
2
srcpkgs/lsyncd/files/lsyncd/log/run
Executable file
2
srcpkgs/lsyncd/files/lsyncd/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec logger -t lsyncd -p 'daemon.info'
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/sh
|
||||
[ -r ./conf ] && . ./conf
|
||||
exec 1>&2
|
||||
exec lsyncd "${CONF_FILE:-'/etc/lsyncd/lsyncd.conf.lua'}"
|
||||
exec lsyncd -nodaemon "${CONF_FILE:-/etc/lsyncd/lsyncd.conf.lua}"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'lsyncd'
|
||||
pkgname=lsyncd
|
||||
version=2.2.3
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-release-${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="asciidoc lua"
|
||||
makedepends="lua-devel"
|
||||
depends="rsync"
|
||||
short_desc="Syncing Daemon that synchronizes local directories with remote targets"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/axkibe/lsyncd"
|
||||
distfiles="https://github.com/axkibe/lsyncd/archive/release-${version}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue