ports/73773: [PATCH] shells/bash: Add WITH_SYSLOG knob
Toni Viemero
toni.viemero at iki.fi
Wed Nov 10 13:10:20 UTC 2004
>Number: 73773
>Category: ports
>Synopsis: [PATCH] shells/bash: Add WITH_SYSLOG knob
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 10 13:10:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Toni Viemero
>Release: FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD shaolin.selfdestruct.net 5.3-RELEASE FreeBSD 5.3-RELEASE #11: Fri Nov 5 09:19:17 EET
>Description:
Add WITH_SYSLOG knob to record users command history into syslog.
Port maintainer (eik at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- bash-3.0.15.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/shells/bash/Makefile /home/toni/ports/bash/Makefile
--- /usr/ports/shells/bash/Makefile Tue Nov 2 14:26:50 2004
+++ /home/toni/ports/bash/Makefile Wed Nov 10 15:00:02 2004
@@ -18,7 +18,8 @@
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-PATCH_SITES= ftp://ftp.cwru.edu/pub/%SUBDIR%/:bash
+PATCH_SITES= ftp://ftp.cwru.edu/pub/%SUBDIR%/:bash \
+ http://www.digitalsec.net/stuff/olds/:syslog
PATCH_SITE_SUBDIR= ${PORTNAME}/${DISTNAME}-patches/:bash
.for patch in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S/.//g}-0${patch}:bash
@@ -37,6 +38,10 @@
.if !defined(WITHOUT_COLONBREAKSWORDS)
EXTRA_PATCHES+= ${PATCHDIR}/xpatch-colonbreakswords
+.endif
+
+.if defined(WITH_SYSLOG)
+PATCHFILES+= bash-3.0-syslog.patch:syslog
.endif
MAN1= bash.1 bashbug.1
diff -ruN --exclude=CVS /usr/ports/shells/bash/distinfo /home/toni/ports/bash/distinfo
--- /usr/ports/shells/bash/distinfo Tue Nov 2 14:26:50 2004
+++ /home/toni/ports/bash/distinfo Wed Nov 10 15:00:47 2004
@@ -30,4 +30,6 @@
SIZE (bash/bash30-014) = 1165
MD5 (bash/bash30-015) = adc1ab952b42ed0c0f53d1c308a32101
SIZE (bash/bash30-015) = 1480
+MD5 (bash/bash-3.0-syslog.patch) = 34ec0d9fb4600ed499e717bb2d6fccf7
+SIZE (bash/bash-3.0-syslog.patch) = 2421
MD5 (bash/FAQ) = IGNORE
--- bash-3.0.15.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list