From 758f31ccdf9e6da2d7dd1752ddb6fdefa13590e6 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 18 Oct 2007 17:53:03 -0700 Subject: * import system config files from fairfield/xorp/sysconf. * add dependencies and postinst actions. --- sysconf/hosts | 1 + sysconf/logrotate_messages | 9 +++++++++ sysconf/motd.tail | 4 ++++ sysconf/syslog.conf | 1 + 4 files changed, 15 insertions(+) create mode 100644 sysconf/hosts create mode 100644 sysconf/logrotate_messages create mode 100644 sysconf/motd.tail create mode 100644 sysconf/syslog.conf (limited to 'sysconf') diff --git a/sysconf/hosts b/sysconf/hosts new file mode 100644 index 00000000..ba712fe0 --- /dev/null +++ b/sysconf/hosts @@ -0,0 +1 @@ +127.0.0.1 localhost diff --git a/sysconf/logrotate_messages b/sysconf/logrotate_messages new file mode 100644 index 00000000..c2f662ff --- /dev/null +++ b/sysconf/logrotate_messages @@ -0,0 +1,9 @@ +/var/log/messages { + missingok + notifempty + rotate 10 + size=1000k + postrotate + kill -HUP `cat /var/run/syslogd.pid` + endscript +} diff --git a/sysconf/motd.tail b/sysconf/motd.tail new file mode 100644 index 00000000..0ae9e837 --- /dev/null +++ b/sysconf/motd.tail @@ -0,0 +1,4 @@ +Welcome to Vyatta. +This system is open-source software. The exact distribution terms for +each module comprising the full system are described in the individual +files in /usr/share/doc/*/copyright. diff --git a/sysconf/syslog.conf b/sysconf/syslog.conf new file mode 100644 index 00000000..5f7bff4f --- /dev/null +++ b/sysconf/syslog.conf @@ -0,0 +1 @@ +*.warning /var/log/messages -- cgit v1.2.3