mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
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
|
#!/bin/sh
|
||||||
[ -r ./conf ] && . ./conf
|
[ -r ./conf ] && . ./conf
|
||||||
exec 1>&2
|
exec lsyncd -nodaemon "${CONF_FILE:-/etc/lsyncd/lsyncd.conf.lua}"
|
||||||
exec lsyncd "${CONF_FILE:-'/etc/lsyncd/lsyncd.conf.lua'}"
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'lsyncd'
|
# Template file for 'lsyncd'
|
||||||
pkgname=lsyncd
|
pkgname=lsyncd
|
||||||
version=2.2.3
|
version=2.2.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-release-${version}"
|
wrksrc="${pkgname}-release-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="asciidoc lua"
|
hostmakedepends="asciidoc lua"
|
||||||
makedepends="lua-devel"
|
makedepends="lua-devel"
|
||||||
depends="rsync"
|
depends="rsync"
|
||||||
short_desc="Syncing Daemon that synchronizes local directories with remote targets"
|
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"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/axkibe/lsyncd"
|
homepage="https://github.com/axkibe/lsyncd"
|
||||||
distfiles="https://github.com/axkibe/lsyncd/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/axkibe/lsyncd/archive/release-${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue