Revert "network-ups-tools: change config location"

This reverts commit 0dc65f5974.
This commit is contained in:
Ypnose 2014-08-11 11:51:30 +02:00
parent 0dc65f5974
commit 4832acae77

View file

@ -1,7 +1,7 @@
# Template file for 'network-ups-tools'
pkgname=network-ups-tools
version=2.7.2
revision=4
revision=3
build_style=gnu-configure
configure_args="
--sbindir=/usr/bin --sysconfdir=/etc/ups --without-doc --disable-static
@ -12,12 +12,12 @@ hostmakedepends="pkg-config"
makedepends="avahi-libs-devel libressl-devel libusb-compat-devel neon-devel"
system_accounts="nut"
conf_files="
/etc/nut/ups.conf
/etc/nut/upsmon.conf
/etc/nut/upsd.conf
/etc/nut/upssched.conf
/etc/nut/nut.conf
/etc/nut/upsd.users"
/etc/ups/ups.conf
/etc/ups/upsd.users
/etc/ups/upsmon.conf
/etc/ups/upsd.conf
/etc/ups/upssched.conf
/etc/ups/nut.conf"
short_desc="NUT provides UPS control and monitoring features"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-2"
@ -41,9 +41,9 @@ post_install() {
rm -rf ${DESTDIR}/usr/{html,cgi-bin}
# Prepare configuration files
for f in ups upsd upsmon upssched nut; do
mv ${DESTDIR}/etc/nut/${f}.conf{.sample,}
mv ${DESTDIR}/etc/ups/${f}.conf{.sample,}
done
mv ${DESTDIR}/etc/nut/upsd.users{.sample,}
mv ${DESTDIR}/etc/ups/upsd.users{.sample,}
}
libnetwork-ups-tools_package() {