summaryrefslogtreecommitdiff
path: root/sysconf
diff options
context:
space:
mode:
Diffstat (limited to 'sysconf')
-rw-r--r--sysconf/hosts1
-rw-r--r--sysconf/logrotate_messages9
-rw-r--r--sysconf/motd.tail4
-rw-r--r--sysconf/syslog.conf1
4 files changed, 15 insertions, 0 deletions
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