- Timestamp:
- Sep 11, 2010, 7:52:09 PM (14 years ago)
- Branches:
- debian
- Children:
- 8b0a844
- Parents:
- 722845e
- git-author:
- Jessica B. Hamrick <jhamrick@…> (09/11/10 19:52:09)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (09/11/10 19:52:09)
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/gutenbach-server.postinst
r632040d reafb5c5 40 40 /usr/lib/gutenbach/inst/cups-set-perms 41 41 42 43 42 inaudio=$(groups lp | grep audio || true) 44 43 if [ -z "$inaudio" ]; then 45 44 adduser lp audio 46 45 fi 46 47 # enable cups-lpd 48 update-inetd --add "printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd -o document-format=application/octet-stream" 49 echo "Restarting openbsd-inet..." 50 service openbsd-inetd restart 47 51 48 52 db_stop -
debian/gutenbach-server.prerm
r632040d reafb5c5 30 30 /usr/lib/gutenbach/rm/cups-remove-printer 31 31 fi 32 33 # disable cups-lpd 34 update-inetd --remove "printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd -o document-format=application/octet-stream" 35 echo "Restarting openbsd-inet..." 36 service openbsd-inetd restart 32 37 ;; 33 38
Note: See TracChangeset
for help on using the changeset viewer.