Changeset 331360d for sipbmp3/debian/inst/run-checkpc
- Timestamp:
- Sep 17, 2009, 2:55:47 AM (15 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- c631d1a
- Parents:
- c061ab8
- git-author:
- Jessica B. Hamrick <jhamrick@…> (09/17/09 02:55:47)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (09/17/09 02:55:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sipbmp3/debian/inst/run-checkpc
rc061ab8 r331360d 1 #!/bin/sh 1 #!/bin/sh -e 2 2 3 3 # make sure directories exist for checkpc 4 echo "Running checkpc..." >&2 4 5 if [ ! -d /var/spool/lpd ]; then 5 6 mkdir /var/spool/lpd … … 12 13 chmod og=rwx /var/spool/lpd 13 14 chmod og=rwx /var/spool/lpd/%P 14 /usr/sbin/checkpc -Plprmp3 -f 15 16 . /usr/share/debconf/confmodule 17 db_get sipbmp3/printername 18 /usr/sbin/checkpc -P"$RET" -f
Note: See TracChangeset
for help on using the changeset viewer.