FreeBSD Bugzilla – Attachment 139890 Details for
Bug 186266
[update] misc/logsurfer+: update to 1.8, rename, staging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.99 KB, created by
Guido Falsi
on 2014-01-30 09:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2014-01-30 09:40:00 UTC
Size:
3.99 KB
patch
obsolete
>Index: MOVED >=================================================================== >--- MOVED (revision 341822) >+++ MOVED (working copy) >@@ -5417,3 +5417,4 @@ > textproc/nl-ispell|textproc/nl-ispell|2014-01-29|Removed, consider using aspell instead > textproc/sk-ispell|textproc/sk-ispell|2014-01-29|Removed, consider using aspell instead > ukrainian/ispell|ukrainian/aspell|2014-01-29|Removed, consider using aspell instead >+misc/logsurfer+|misc/logsurfer|2014-01-30|Renamed upstream >Index: misc/Makefile >=================================================================== >--- misc/Makefile (revision 341822) >+++ misc/Makefile (working copy) >@@ -256,7 +256,7 @@ > SUBDIR += lingoteach > SUBDIR += linm > SUBDIR += localedata >- SUBDIR += logsurfer+ >+ SUBDIR += logsurfer > SUBDIR += loop > SUBDIR += lr > SUBDIR += lv >Index: misc/logsurfer/Makefile >=================================================================== >--- misc/logsurfer/Makefile (revision 341822) >+++ misc/logsurfer/Makefile (working copy) >@@ -1,11 +1,10 @@ > # Created by: shanee@augusta.de > # $FreeBSD$ > >-PORTNAME= logsurfer+ >-PORTVERSION= 1.7 >+PORTNAME= logsurfer >+PORTVERSION= 1.8 > CATEGORIES= misc >-MASTER_SITES= http://kerryt.orconhosting.net.nz/ \ >- http://www.crypt.gen.nz/logsurfer/ \ >+MASTER_SITES= http://www.crypt.gen.nz/logsurfer/ \ > http://mirrors.rit.edu/zi/ > > MAINTAINER= zi@FreeBSD.org >@@ -13,28 +12,19 @@ > > LICENSE= BSD > >-SUB_FILES= pkg-message >-EXAMPLE_FILES= context_arg_test.conf echo_test.conf \ >- lines_test.conf syslog_test.conf >- > GNU_CONFIGURE= YES > CONFIGURE_ARGS+=--with-etcdir=${ETCDIR} >+USES= desthack >+USE_RC_SUBR= logsurfer > >-MAN1= logsurfer.1 >-MAN4= logsurfer.conf.4 >+.include <bsd.port.options.mk> > >-NO_STAGE= yes > post-install: >- @${MKDIR} ${ETCDIR} >-.for conf in ${EXAMPLE_FILES} >- ${INSTALL_DATA} ${WRKSRC}/config-examples/${conf} ${ETCDIR}/${conf}.sample >-.endfor >-.if !defined(NOPORTDOCS) >- @${MKDIR} ${DOCSDIR} >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for doc in ChangeLog README >- ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} > .endfor > .endif >- @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >Index: misc/logsurfer/distinfo >=================================================================== >--- misc/logsurfer/distinfo (revision 341822) >+++ misc/logsurfer/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (logsurfer+-1.7.tar.gz) = b0cce7311f6413a1a903a2d4925051ee68a882a7eb093f41f1b7d7bd7bd442a0 >-SIZE (logsurfer+-1.7.tar.gz) = 198289 >+SHA256 (logsurfer-1.8.tar.gz) = 74a36e8530a884031b4ae2344a46b9aaa07a1ee36d143802f6b64f817c5bd1af >+SIZE (logsurfer-1.8.tar.gz) = 197507 >Index: misc/logsurfer/files/logsurfer.in >=================================================================== >--- misc/logsurfer/files/logsurfer.in (revision 0) >+++ misc/logsurfer/files/logsurfer.in (working copy) >@@ -0,0 +1,45 @@ >+#!/bin/sh >+# >+# $FreeBSD$ >+# >+# PROVIDE: logsurfer >+# REQUIRE: LOGIN >+# KEYWORD: shutdown >+# >+# Add the following lines to /etc/rc.conf to enable logsurfer: >+# >+# logsurfer_enable (bool): Set it to "YES" to enable logsurfer >+# Default to "NO" >+# >+# logsurfer_config (string): Configuration file, >+# Default /usr/local/etc/logsurfer/logsurfer.conf >+# >+# logsurfer_user, logsurfer_group (string): User logsurfer will run as >+# Default logsurfer >+# >+# logsurfer_logfile (string): Log file logsurfer will monitor >+# Default /var/log/messages >+# >+# logsurfer_pid (string): Location of pid file >+# Default /var/run/logsurfer.pid >+# >+ >+. /etc/rc.subr >+ >+name=logsurfer >+rcvar=logsurfer_enable >+ >+load_rc_config ${name} >+ >+: ${logsurfer_enable:=NO} >+: ${logsurfer_config:=%%ETCDIR%%/logsurfer.conf} >+: ${logsurfer_user:=logsurfer} >+: ${logsurfer_group:=logsurfer} >+: ${logsurfer_logfile:=/var/log/messages} >+ >+pidfile=${logsurfer_pidfile:="/var/run/logsurfer.pid"} >+command=%%PREFIX%%/bin/logsurfer >+command_args="-D -p ${pidfile} -c ${logsurfer_config} -F -s -e ${logsurfer_logfile}" >+required_files=${logsurfer_config} ${logsurfer_logfile} >+ >+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 186266
: 139890 |
139891