diff options
author | Lars Engels <lme@FreeBSD.org> | 2011-02-09 20:43:15 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2011-02-09 20:43:15 +0000 |
commit | 4f8d44558fbf99c39d8bdb29f328ab83afea9ff0 (patch) | |
tree | effbb7613d29f56027917737bbb412e307897cc7 /print | |
parent | fbd855d7ec960e9c3fe0c1576c509799fe6bcc98 (diff) |
Fix typo in sample devd config.
Approved by: dinoex (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268833
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/files/ulpt-cupsd.conf.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/cups-base/files/ulpt-cupsd.conf.in b/print/cups-base/files/ulpt-cupsd.conf.in index f9dde52718f2..d0a4cc068a45 100644 --- a/print/cups-base/files/ulpt-cupsd.conf.in +++ b/print/cups-base/files/ulpt-cupsd.conf.in @@ -23,16 +23,16 @@ action "%%PREFIX%%/sbin/ulpt-cupsd.sh enable $device-name"; detach 110 { device-name "unlpt[0-9]+"; action "%%PREFIX%%/sbin/ulpt-cupsd.sh disable $device-name"; -} +}; detach 110 { device-name "ulpt[0-9]+"; action "%%PREFIX%%/sbin/ulpt-cupsd.sh disable $device-name"; -} +}; detach 110 { device-name "lpt[0-9]+"; action "%%PREFIX%%/sbin/ulpt-cupsd.sh disable $device-name"; -} +}; # eof |