From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/nut/ipkg/nut.conffiles | 2 ++ package/nut/ipkg/nut.control | 4 ++++ package/nut/ipkg/nut.postinst | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 package/nut/ipkg/nut.conffiles create mode 100644 package/nut/ipkg/nut.control create mode 100644 package/nut/ipkg/nut.postinst (limited to 'package/nut/ipkg') diff --git a/package/nut/ipkg/nut.conffiles b/package/nut/ipkg/nut.conffiles new file mode 100644 index 000000000..df6dd3071 --- /dev/null +++ b/package/nut/ipkg/nut.conffiles @@ -0,0 +1,2 @@ +/etc/ups.conf +/etc/upsd.conf diff --git a/package/nut/ipkg/nut.control b/package/nut/ipkg/nut.control new file mode 100644 index 000000000..a896bfd60 --- /dev/null +++ b/package/nut/ipkg/nut.control @@ -0,0 +1,4 @@ +Package: nut +Priority: optional +Section: sys +Description: Network UPS Tools diff --git a/package/nut/ipkg/nut.postinst b/package/nut/ipkg/nut.postinst new file mode 100644 index 000000000..cd5faf1af --- /dev/null +++ b/package/nut/ipkg/nut.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf upsd upsd NO + -- cgit v1.2.3