summaryrefslogtreecommitdiff
path: root/package/p910nd/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/p910nd/ipkg')
-rw-r--r--package/p910nd/ipkg/p910nd.control4
-rw-r--r--package/p910nd/ipkg/p910nd.postinst4
2 files changed, 8 insertions, 0 deletions
diff --git a/package/p910nd/ipkg/p910nd.control b/package/p910nd/ipkg/p910nd.control
new file mode 100644
index 000000000..9b917a86f
--- /dev/null
+++ b/package/p910nd/ipkg/p910nd.control
@@ -0,0 +1,4 @@
+Package: p910nd
+Priority: optional
+Section: net
+Description: A small non-spooling printer server.
diff --git a/package/p910nd/ipkg/p910nd.postinst b/package/p910nd/ipkg/p910nd.postinst
new file mode 100644
index 000000000..e384ba6b6
--- /dev/null
+++ b/package/p910nd/ipkg/p910nd.postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+. $IPKG_INSTROOT/etc/functions.sh
+add_rcconf p910nd p910nd NO
+add_rcconf p910nd_flags p910nd_flags "0 -b -f /dev/usb/lp0"