Bug 32369 - Update syslog-ng port to 1.4.14
Summary: Update syslog-ng port to 1.4.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-29 04:10 UTC by vince
Modified: 2001-12-02 18:31 UTC (History)
0 users

See Also:


Attachments
file.diff (2.34 KB, patch)
2001-11-29 04:10 UTC, vince
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vince 2001-11-29 04:10:01 UTC
Update syslog-ng port to 1.4.14
Comment 1 vince 2001-11-29 04:18:22 UTC
Please use this diff instead:

diff -ruN syslog-ng.orig/Makefile syslog-ng/Makefile
--- syslog-ng.orig/Makefile	Sat Apr 21 04:27:36 2001
+++ syslog-ng/Makefile	Wed Nov 28 11:33:46 2001
@@ -6,7 +6,7 @@
 #

 PORTNAME=	syslog-ng
-PORTVERSION=	1.4.11
+PORTVERSION=	1.4.14
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.balabit.hu/downloads/syslog-ng/1.4/

diff -ruN syslog-ng.orig/distinfo syslog-ng/distinfo
--- syslog-ng.orig/distinfo	Sat Apr 21 04:27:36 2001
+++ syslog-ng/distinfo	Wed Nov 28 11:46:51 2001
@@ -1 +1 @@
-MD5 (syslog-ng-1.4.11.tar.gz) = 63f863635f74021cf91bae7cac1fe52b
+MD5 (syslog-ng-1.4.14.tar.gz) = 9f5c22e8c78b133a2d608ee4b183dcd1
diff -ruN syslog-ng.orig/pkg-descr syslog-ng/pkg-descr
--- syslog-ng.orig/pkg-descr	Tue Apr 25 05:48:06 2000
+++ syslog-ng/pkg-descr	Wed Nov 28 11:34:14 2001
@@ -4,7 +4,7 @@
   - ability to filter messages based on content using regular expressions
   - forwarding logs on TCP

-WWW: http://www.balabit.hu/products/syslog-ng/
+WWW: http://www.balabit.hu/en/downloads/syslog-ng/downloads/

 -Vince
 vince@blue-box.net
diff -ruN syslog-ng.orig/pkg-message syslog-ng/pkg-message
--- syslog-ng.orig/pkg-message	Tue Apr 25 05:48:06 2000
+++ syslog-ng/pkg-message	Wed Nov 28 14:27:03 2001
@@ -5,13 +5,25 @@
 1. Create a configuration file named __PREFIX__/etc/syslog-ng/syslog-ng.conf
    (a sample named syslog-ng.conf.sample has been included)

-2. Configure syslog-ng to start automatically by creating a startup script
-   in __PREFIX__/etc/rc.d.  (a sample named syslog-ng.sh.sample has been
-   included)
+2. If you are using FreeBSD 4.4 or later, add these lines to your /etc/rc.conf:

-3. Prevent the standard FreeBSD syslogd from starting automatically by
-   adding a line to the end of your /etc/rc.conf file that reads:
+     syslogd_program="__PREFIX__/sbin/syslog-ng"
+     syslogd_flags=""

-     syslogd_enable="NO"
+3. If you are using FreeBSD 4.3 or earlier, follow these steps:
+
+   a. Configure syslog-ng to start automatically by creating a startup script
+      in __PREFIX__/etc/rc.d.  (a sample named syslog-ng.sh.sample has been
+      included)
+
+   b. Prevent the standard FreeBSD syslogd from starting automatically by
+      adding a line to the end of your /etc/rc.conf file that reads:
+
+        syslogd_enable="NO"

-4. Reboot.
+4. Shut down the standard FreeBSD syslogd:
+
+     kill `cat /var/run/syslog.pid`
+
+5. Start syslog-ng:
+
+     __PREFIX__/sbin/syslog-ng
Comment 2 Steve Price freebsd_committer freebsd_triage 2001-12-02 18:30:33 UTC
State Changed
From-To: open->closed

Update committed, thanks!