FreeBSD Bugzilla – Attachment 105671 Details for
Bug 146176
[patch] sysutils/pfstat: add rc.d script for pfstatd(8)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 651 bytes, created by
David Lay
on 2010-04-30 07:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Lay
Created:
2010-04-30 07:40:01 UTC
Size:
651 bytes
patch
obsolete
>diff -Nur pfstat.orig/Makefile pfstat/Makefile >--- pfstat.orig/Makefile 2010-03-28 17:44:00.000000000 +1100 >+++ pfstat/Makefile 2010-04-29 18:51:52.000000000 +1000 >@@ -21,6 +21,7 @@ > MAKE_ENV+= __MAKE_CONF=/dev/null > USE_ICONV= yes > >+USE_RC_SUBR= pfstatd > MAN8= pfstat.8 \ > pfstatd.8 > >diff -Nur pfstat.orig/files/pfstatd.in pfstat/files/pfstatd.in >--- pfstat.orig/files/pfstatd.in 1970-01-01 10:00:00.000000000 +1000 >+++ pfstat/files/pfstatd.in 2010-04-29 18:43:18.000000000 +1000 >@@ -0,0 +1,11 @@ >+#!/bin/sh >+ >+. /etc/rc.subr >+ >+name="pfstatd" >+rcvar=`set_rcvar` >+command="%%PREFIX%%/bin/${name}" >+ >+load_rc_config ${name} >+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 146176
: 105671