summaryrefslogtreecommitdiff
path: root/etc/syslog.conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-30 02:12:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-30 02:12:57 +0000
commitb15a5a165339d99f4dd696f22eb53227671e1b7c (patch)
treedf0e361f461c1f4de76c81e5b9dc791ba6768ec8 /etc/syslog.conf
parentd818215253f2f1d16376a6482ac14c27f16520a1 (diff)
Remove ipf. Darren Reed has interpreted his (old, new, whichever)
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
Diffstat (limited to 'etc/syslog.conf')
-rw-r--r--etc/syslog.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf
index 8ec070adaac..ed07bee4a2d 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: syslog.conf,v 1.7 2000/06/20 03:37:49 kjell Exp $
+# $OpenBSD: syslog.conf,v 1.8 2001/05/30 02:11:10 deraadt Exp $
#
*.err;kern.debug;auth.notice;authpriv.none;mail.crit /dev/console
@@ -11,7 +11,7 @@ daemon.info /var/log/daemon
ftp.info /var/log/xferlog
lpr.debug /var/log/lpd-errs
mail.info /var/log/maillog
-local0.info /var/log/ipflog
+#local0.info /var/log/ipflog
#uucp.info /var/log/uucp
*.err root
@@ -23,7 +23,7 @@ local0.info /var/log/ipflog
# syslogd with the -u option on the remote host if you are using this.
# (This is also required to log info from things like routers and
# ISDN-equipment). If you run -u, you are vulnerable to syslog bombing,
-# and should consider using ipf to block external syslog packets
+# and should consider blocking external syslog packets
#*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none @loghost
#kern.debug,user.info,syslog.info @loghost
#auth.info,authpriv.debug,daemon.info @loghost