FreeBSD Bugzilla – Attachment 137801 Details for
Bug 183502
security/krb5: Add an optional startup script for kpropd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
krb5-kpropdrc.diff
krb5-kpropdrc.diff (text/plain), 1.39 KB, created by
Brad Davis
on 2013-10-30 21:30:00 UTC
(
hide
)
Description:
krb5-kpropdrc.diff
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2013-10-30 21:30:00 UTC
Size:
1.39 KB
patch
obsolete
>Index: security/krb5/Makefile >=================================================================== >--- security/krb5/Makefile (revision 332144) >+++ security/krb5/Makefile (working copy) >@@ -46,6 +46,7 @@ > LDFLAGS+= -L${LOCALBASE}/lib > > USE_OPENSSL= yes >+USE_RC_SUBR= kpropd > > NO_STAGE= yes > .include <bsd.port.pre.mk> >Index: security/krb5/files/kpropd.in >=================================================================== >--- security/krb5/files/kpropd.in (revision 0) >+++ security/krb5/files/kpropd.in (working copy) >@@ -0,0 +1,28 @@ >+#!/bin/sh >+ >+# $FreeBSD$ >+# >+# PROVIDE: kpropd >+# REQUIRE: LOGIN >+# KEYWORD: shutdown >+# >+# Add the following lines to /etc/rc.conf.local or /etc/rc.conf >+# to enable this service: >+# >+# kpropd_enable (bool): Set to NO by default. >+# Set it to YES to enable kpropd. >+# kpropd_flags (str): Set to "" by default. >+ >+. /etc/rc.subr >+ >+name=kpropd >+rcvar=kpropd_enable >+ >+load_rc_config $name >+ >+: ${kpropd_enable:="NO"} >+: ${kpropd_flags=""} >+ >+command=%%PREFIX%%/sbin/${name} >+ >+run_rc_command "$1" > >Property changes on: security/krb5/files/kpropd.in >___________________________________________________________________ >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >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 183502
: 137801