FreeBSD Bugzilla – Attachment 141675 Details for
Bug 188550
[patch] print/cups-base missing rc script for cups-browsed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cups-base.diff
cups-base.diff (text/plain), 1.55 KB, created by
Rafael Ostertag
on 2014-04-13 12:00:00 UTC
(
hide
)
Description:
cups-base.diff
Filename:
MIME Type:
Creator:
Rafael Ostertag
Created:
2014-04-13 12:00:00 UTC
Size:
1.55 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 351200) >+++ Makefile (working copy) >@@ -107,7 +107,7 @@ > BUILD_DEPENDS+= cups-client${PKGNAMESUFFIX2}>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-client > BUILD_DEPENDS+= cups-image${PKGNAMESUFFIX2}>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-image > COMMENT2= Server >-USE_RC_SUBR= cupsd >+USE_RC_SUBR= cupsd cups_browsed > PLIST_SUB+= CACHEDIR="${CUPS_CACHEDIR}" > .if ${ARCH} == "ia64" > BROKEN= stack-protector not supported on ia64 >Index: files/cups_browsed.in >=================================================================== >--- files/cups_browsed.in (revision 0) >+++ files/cups_browsed.in (working copy) >@@ -0,0 +1,29 @@ >+#!/bin/sh >+ >+# $FreeBSD$ >+# >+# PROVIDE: cups_browsed >+# REQUIRE: LOGIN >+# KEYWORD: shutdown >+# >+# Add the following to /etc/rc.conf[.local] to enable this service >+# >+# cups_browsed_enable (bool): Set to NO by default. >+# Set it to YES to enable cups_browsed. >+# >+ >+. /etc/rc.subr >+ >+name=cups_browsed >+rcvar=cups_browsed_enable >+ >+load_rc_config ${name} >+ >+ : ${cups_browsed_enable:=NO} >+ >+command=/usr/sbin/daemon >+pidfile=/var/run/cups-browsed.pid >+command_args="-p ${pidfile} %%PREFIX%%/sbin/cups-browsed" >+procname="%%PREFIX%%/sbin/cups-browsed" >+ >+run_rc_command "$1" > >Property changes on: files/cups_browsed.in >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 188550
: 141675