Changeset e4cb270 for gutenbach/debian/inst/run-checkpc
- Timestamp:
- Dec 13, 2009, 12:50:13 AM (15 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- f9c9a10
- Parents:
- 590f961
- git-author:
- Jessica B. Hamrick <jhamrick@…> (12/13/09 00:50:13)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (12/13/09 00:50:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/inst/run-checkpc
rc631d1a re4cb270 14 14 chmod og=rwx /var/spool/lpd/%P 15 15 16 . /usr/share/debconf/confmodule 17 db_get gutenbach/printername 18 /usr/sbin/checkpc -P"$RET" -f 16 if [ -e /usr/lib/gutenbach/config/printername ]; then 17 printername=$(cat /usr/lib/gutenbach/config/printername) 18 /usr/sbin/checkpc -P"$printername" -f 19 else 20 echo "Error: /usr/lib/gutenbach/config/printername does not exist!" >&2 21 fi
Note: See TracChangeset
for help on using the changeset viewer.