dictd: fixed usr/sbin link.
This commit is contained in:
parent
5855c2a09c
commit
51237c4bfa
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ service dict
|
||||||
wait = no
|
wait = no
|
||||||
user = dictd
|
user = dictd
|
||||||
group = dictd
|
group = dictd
|
||||||
server = /usr/sbin/dictd
|
server = /usr/bin/dictd
|
||||||
server_args = -c /etc/dict/dictd.conf -i --locale en_US.UTF-8 -s
|
server_args = -c /etc/dict/dictd.conf -i --locale en_US.UTF-8 -s
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dictd', based on the ArchLinux package by Sergej Pupykin
|
# Template file for 'dictd', based on the ArchLinux package by Sergej Pupykin
|
||||||
pkgname=dictd
|
pkgname=dictd
|
||||||
version=1.12.1
|
version=1.12.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-dictorg --sbindir=/usr/bin --sysconfdir=/etc/dict"
|
configure_args="--enable-dictorg --sbindir=/usr/bin --sysconfdir=/etc/dict"
|
||||||
conf_files="/etc/dict/dictd.conf /etc/dict/site.info"
|
conf_files="/etc/dict/dictd.conf /etc/dict/site.info"
|
||||||
|
|
Loading…
Reference in a new issue