summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-08-09 09:42:12 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-08-09 09:42:12 +0000
commit861716dc5ea8c0f849338dfd7a78584cf9b81276 (patch)
treea1dedbe601c0dfc980fe395da7dd15723a7727a2 /debian
parent0fd95e1890b36761af1000925d56f962057cc50e (diff)
downloadrsyslog-861716dc5ea8c0f849338dfd7a78584cf9b81276.tar.gz
rsyslog-861716dc5ea8c0f849338dfd7a78584cf9b81276.tar.xz
rsyslog-861716dc5ea8c0f849338dfd7a78584cf9b81276.zip
still hiding make file syntax differences...
Diffstat (limited to 'debian')
-rw-r--r--debian/Makefile1
-rwxr-xr-xdebian/rsyslogd3
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/Makefile b/debian/Makefile
new file mode 100644
index 00000000..7ee2460a
--- /dev/null
+++ b/debian/Makefile
@@ -0,0 +1 @@
+include ../linux/Makefile
diff --git a/debian/rsyslogd b/debian/rsyslogd
index 3218c500..e25f877d 100755
--- a/debian/rsyslogd
+++ b/debian/rsyslogd
@@ -10,10 +10,9 @@ test -x $binpath || exit 0
# Options for start/restart the daemons
# For remote UDP logging use SYSLOGD="-r 0"
-# "-t 1470" is a TCP listener on port 1470 (PIX)
# For relaying add "-h" to SYSLOGD
#
-SYSLOGD="-r 0 -h -t 1470"
+SYSLOGD="-r 0 -h"
create_xconsole()
{