diff options
author | Gordon Ross <gwr@nexenta.com> | 2015-02-11 22:03:23 -0500 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2015-02-20 17:39:46 -0500 |
commit | b0e753dd6a955fb2f10a0ce17d32bd33172e0400 (patch) | |
tree | 0f7dce01db9bba61fdfbc85e8bc39a74bad6fca1 /usr/src/cmd | |
parent | e6cb0f7efa539f8e48e8c1be930a922d8f78ff21 (diff) | |
download | illumos-gate-b0e753dd6a955fb2f10a0ce17d32bd33172e0400.tar.gz |
5609 port mod_ipp to Apache 2.2
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/cmd')
-rw-r--r-- | usr/src/cmd/lp/cmd/lpsched/print-svc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/lp/cmd/lpsched/print-svc b/usr/src/cmd/lp/cmd/lpsched/print-svc index 97c48a9c68..ff6599faf9 100644 --- a/usr/src/cmd/lp/cmd/lpsched/print-svc +++ b/usr/src/cmd/lp/cmd/lpsched/print-svc @@ -120,7 +120,7 @@ fi FMRI=$2 IPP_FMRI="svc:/application/print/ipp-listener:default" RFC1179_FMRI="svc:/application/print/rfc1179:default" - IPP_CONF=/etc/apache/httpd-standalone-ipp.conf + IPP_CONF=/etc/lp/ipp/httpd-standalone-ipp.conf ip="any" policy=`get_policy $FMRI` |