Ignore:
Timestamp:
Dec 13, 2009, 12:50:13 AM (15 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
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)
Message:

Package installs cleanly on lbsg. Still need to test it on zsr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/inst/edit-lpd.conf

    rc631d1a re4cb270  
    1010        printcap=$(echo "$line" | grep ^printcap_path= || true)
    1111        if [ -n "$printcap" ]; then
    12             lprngprintcap=$(echo "$line" | grep /etc/lprng/printcap || tre)
     12            lprngprintcap=$(echo "$line" | grep /etc/lprng/printcap || true)
    1313            printcap=$(echo "$line" | grep /etc/printcap || true)
    1414            if [ ! -n "$lprngprintcap" ] && [ ! -n "$printcap" ]; then
Note: See TracChangeset for help on using the changeset viewer.