FreeBSD Bugzilla – Attachment 114234 Details for
Bug 155876
[PATCH] security/shibboleth2-sp: do not clobber/remove
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 757 bytes, created by
Craig Leres
on 2011-03-23 01:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2011-03-23 01:10:00 UTC
Size:
757 bytes
patch
obsolete
>--- files/shibboleth-sp.in.orig 2010-03-27 04:27:29.000000000 -0700 >+++ files/shibboleth-sp.in 2011-03-22 17:28:11.000000000 -0700 >@@ -1,6 +1,6 @@ > #!/bin/sh > # >-# $FreeBSD: ports/security/shibboleth2-sp/files/shibboleth-sp.in,v 1.3 2010/03/27 00:14:48 dougb Exp $ >+# $FreeBSD$ > # > # PROVIDE: shibboleth_sp > # REQUIRE: DAEMON >@@ -11,10 +11,10 @@ > name="shibboleth_sp" > rcvar=${name}_enable > >-[ -z "$shibboleth_sp_enable" ] && shibboleth_sp_enable="NO" >-pidfile="/var/run/${name}.pid" >-command="%%PREFIX%%/sbin/shibd" >-start_cmd="${command} -f -p ${pidfile} &" >- > load_rc_config $name >+ >+command=${shibboleth_sp_program:-%%PREFIX%%/sbin/shibd} >+pidfile="${shibboleth_sp_pidfile:-/var/run/${name}.pid}" >+command_args="-f -p ${pidfile}" >+ > run_rc_command "$1"
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 155876
: 114234 |
114235
|
114236
|
114237
|
114238
|
114239
|
114240
|
114241