Changeset 3833
- Timestamp:
- 04/21/09 12:39:05 (11 months ago)
- Location:
- pcbsd
- Files:
-
- 14 added
- 4 modified
-
branches/7.1/system-overlay/PCBSD/local/bin/foomatic-rip (added)
-
branches/7.1/system-overlay/PCBSD/local/bin/lprsetup.sh (added)
-
branches/7.1/system-overlay/PCBSD/local/bin/unix-lpr.sh (added)
-
branches/7.1/system-overlay/PCBSD/local/etc/rc.d/cupsd (added)
-
branches/7.1/system-overlay/PCBSD/local/libexec (added)
-
branches/7.1/system-overlay/PCBSD/local/libexec/cups (added)
-
branches/7.1/system-overlay/PCBSD/local/libexec/cups/filter (added)
-
branches/7.1/system-overlay/PCBSD/local/libexec/cups/filter/foomatic-rip-hplip (added)
-
trunk-current/system-overlay/PCBSD/local/bin/foomatic-rip (modified) (1 diff)
-
trunk-current/system-overlay/PCBSD/local/bin/lprsetup.sh (added)
-
trunk-current/system-overlay/PCBSD/local/bin/unix-lpr.sh (added)
-
trunk-current/system-overlay/PCBSD/local/etc/rc.d/cupsd (added)
-
trunk-current/system-overlay/PCBSD/local/libexec/cups/filter/foomatic-rip-hplip (modified) (2 diffs)
-
trunk/system-overlay/PCBSD/local/bin/foomatic-rip (modified) (1 diff)
-
trunk/system-overlay/PCBSD/local/bin/lprsetup.sh (added)
-
trunk/system-overlay/PCBSD/local/bin/unix-lpr.sh (added)
-
trunk/system-overlay/PCBSD/local/etc/rc.d/cupsd (added)
-
trunk/system-overlay/PCBSD/local/libexec/cups/filter/foomatic-rip-hplip (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk-current/system-overlay/PCBSD/local/bin/foomatic-rip
r3822 r3833 48 48 49 49 # CUPS raster drivers are searched here 50 my $cupsfilterpath = "/PCBSD/local/lib/cups/filter:/ usr/local/lib/cups/filter:/usr/local/libexec/cups/filter:/opt/cups/filter:/usr/lib/cups/filter";50 my $cupsfilterpath = "/PCBSD/local/lib/cups/filter:/PCBSD/local/libexec/cups/filter:/opt/cups/filter:/usr/lib/cups/filter"; 51 51 52 52 # Location of the configuration file "filter.conf", this file can be -
pcbsd/trunk-current/system-overlay/PCBSD/local/libexec/cups/filter/foomatic-rip-hplip
r3822 r3833 48 48 49 49 # CUPS raster drivers are searched here 50 my $cupsfilterpath = "/PCBSD/local/lib/cups/filter:/PCBSD/local/lib/cups/filter:/PCBSD/local/libexec/cups/filter:/opt/cups/filter:/ PCBSD/lib/cups/filter";50 my $cupsfilterpath = "/PCBSD/local/lib/cups/filter:/PCBSD/local/lib/cups/filter:/PCBSD/local/libexec/cups/filter:/opt/cups/filter:/usr/lib/cups/filter"; 51 51 52 52 # Location of the configuration file "filter.conf", this file can be … … 1012 1012 } elsif (-r "/etc/cups/ppd/${printer}.ppd") { # CUPS config dir 1013 1013 $ppdfile = "/etc/cups/ppd/${printer}.ppd"; 1014 } elsif (-r "/ PCBSD/local/etc/cups/ppd/${printer}.ppd") {1015 $ppdfile = "/ PCBSD/local/etc/cups/ppd/${printer}.ppd";1014 } elsif (-r "/usr/local/etc/cups/ppd/${printer}.ppd") { 1015 $ppdfile = "/usr/local/etc/cups/ppd/${printer}.ppd"; 1016 1016 } elsif (-r "/usr/share/ppr/PPDFiles/${printer}.ppd") { # PPR PPDs 1017 1017 $ppdfile = "/usr/share/ppr/PPDFiles/${printer}.ppd"; 1018 } elsif (-r "/ PCBSD/local/share/ppr/PPDFiles/${printer}.ppd") {1019 $ppdfile = "/ PCBSD/local/share/ppr/PPDFiles/${printer}.ppd";1018 } elsif (-r "/usr/local/share/ppr/PPDFiles/${printer}.ppd") { 1019 $ppdfile = "/usr/local/share/ppr/PPDFiles/${printer}.ppd"; 1020 1020 } else { 1021 1021 rip_die ("There is no readable PPD file for the printer " . -
pcbsd/trunk/system-overlay/PCBSD/local/bin/foomatic-rip
r3822 r3833 48 48 49 49 # CUPS raster drivers are searched here 50 my $cupsfilterpath = "/PCBSD/local/lib/cups/filter:/ usr/local/lib/cups/filter:/usr/local/libexec/cups/filter:/opt/cups/filter:/usr/lib/cups/filter";50 my $cupsfilterpath = "/PCBSD/local/lib/cups/filter:/PCBSD/local/libexec/cups/filter:/opt/cups/filter:/usr/lib/cups/filter"; 51 51 52 52 # Location of the configuration file "filter.conf", this file can be -
pcbsd/trunk/system-overlay/PCBSD/local/libexec/cups/filter/foomatic-rip-hplip
r3822 r3833 48 48 49 49 # CUPS raster drivers are searched here 50 my $cupsfilterpath = "/PCBSD/local/lib/cups/filter:/PCBSD/local/lib/cups/filter:/PCBSD/local/libexec/cups/filter:/opt/cups/filter:/ PCBSD/lib/cups/filter";50 my $cupsfilterpath = "/PCBSD/local/lib/cups/filter:/PCBSD/local/lib/cups/filter:/PCBSD/local/libexec/cups/filter:/opt/cups/filter:/usr/lib/cups/filter"; 51 51 52 52 # Location of the configuration file "filter.conf", this file can be … … 1012 1012 } elsif (-r "/etc/cups/ppd/${printer}.ppd") { # CUPS config dir 1013 1013 $ppdfile = "/etc/cups/ppd/${printer}.ppd"; 1014 } elsif (-r "/ PCBSD/local/etc/cups/ppd/${printer}.ppd") {1015 $ppdfile = "/ PCBSD/local/etc/cups/ppd/${printer}.ppd";1014 } elsif (-r "/usr/local/etc/cups/ppd/${printer}.ppd") { 1015 $ppdfile = "/usr/local/etc/cups/ppd/${printer}.ppd"; 1016 1016 } elsif (-r "/usr/share/ppr/PPDFiles/${printer}.ppd") { # PPR PPDs 1017 1017 $ppdfile = "/usr/share/ppr/PPDFiles/${printer}.ppd"; 1018 } elsif (-r "/ PCBSD/local/share/ppr/PPDFiles/${printer}.ppd") {1019 $ppdfile = "/ PCBSD/local/share/ppr/PPDFiles/${printer}.ppd";1018 } elsif (-r "/usr/local/share/ppr/PPDFiles/${printer}.ppd") { 1019 $ppdfile = "/usr/local/share/ppr/PPDFiles/${printer}.ppd"; 1020 1020 } else { 1021 1021 rip_die ("There is no readable PPD file for the printer " .
