FreeBSD Bugzilla – Attachment 218054 Details for
Bug 249432
sysutils/minirsyslogd add rc.d skript
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
minirsyslogd.patch (text/plain), 1.52 KB, created by
Dirk Meyer
on 2020-09-18 13:42:05 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Dirk Meyer
Created:
2020-09-18 13:42:05 UTC
Size:
1.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 548883) >+++ Makefile (Arbeitskopie) >@@ -3,6 +3,7 @@ > > PORTNAME= minirsyslogd > PORTVERSION= 1.02 >+PORTREVISION= 1 > CATEGORIES= sysutils net > MASTER_SITES= http://redundancy.redundancy.org/mirror/ > >@@ -9,6 +10,8 @@ > MAINTAINER= lx@FreeBSD.org > COMMENT= Minimal, fast and secure syslog receiver > >+USE_RC_SUBR= minirsyslogd >+ > do-build: > cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c > >Index: files/minirsyslogd.in >=================================================================== >--- files/minirsyslogd.in (nicht existent) >+++ files/minirsyslogd.in (Arbeitskopie) >@@ -0,0 +1,24 @@ >+#!/bin/sh >+# >+# $FreeBSD$ >+# >+# PROVIDE: minirsyslogd >+# REQUIRE: DAEMON >+# KEYWORD: shutdown >+ >+. /etc/rc.subr >+ >+name="minirsyslogd" >+desc="Mini RSyslog Daemon" >+rcvar="minirsyslogd_enable" >+ >+load_rc_config "$name" >+ >+: ${minirsyslogd_enable:="NO"} >+: ${minirsyslogd_basedir:="/var/log/remote"} >+: ${minirsyslogd_pidfile:="/var/run/minirsyslogd.pid"} >+command="%%PREFIX%%/sbin/minirsyslogd" >+pidfile="${minirsyslogd_pidfile}" >+command_args="--daemon --rootdir ${minirsyslogd_basedir}" >+ >+run_rc_command "$1" > >Property changes on: files/minirsyslogd.in >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:executable >## -0,0 +1 ## >+* >\ 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 249432
: 218054