FreeBSD Bugzilla – Attachment 142975 Details for
Bug 190086
[patch] print/cups-filters missing rc script for cups-browsed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cups-filters.diff
cups-filters.diff (text/plain), 1.38 KB, created by
Rafael Ostertag
on 2014-05-21 20:50:00 UTC
(
hide
)
Description:
cups-filters.diff
Filename:
MIME Type:
Creator:
Rafael Ostertag
Created:
2014-05-21 20:50:00 UTC
Size:
1.38 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 354755) >+++ Makefile (working copy) >@@ -24,6 +24,7 @@ > SHEBANG_FILES= filter/textonly > USE_GNOME= glib20 > USE_GHOSTSCRIPT= yes >+USE_RC_SUBR= cups_browsed > GNU_CONFIGURE= yes > CUPS_SOCKET= /var/run/cups.sock > CONFIGURE_ARGS= --with-cups-domainsocket=${CUPS_SOCKET} >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:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ 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 190086
: 142975