diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:37 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:37 +0100 |
commit | 5c36a0eb7cdb0360f9afd5d747c321f423b35984 (patch) | |
tree | 147599a77eaff2b5fbc0d389e89d2b51602326c0 /example.files | |
parent | 2b6fc908bc368b540845a313c3b8a867c5ad9a42 (diff) | |
download | util-linux-5c36a0eb7cdb0360f9afd5d747c321f423b35984.tar.gz |
Imported from util-linux-2.9i tarball.
Diffstat (limited to 'example.files')
-rw-r--r-- | example.files/filesystems | 19 | ||||
-rw-r--r-- | example.files/issue0 | 1 | ||||
-rw-r--r-- | example.files/syslog.conf | 12 | ||||
-rw-r--r-- | example.files/syslog.conf.alt | 22 |
4 files changed, 20 insertions, 34 deletions
diff --git a/example.files/filesystems b/example.files/filesystems new file mode 100644 index 00000000..74e1b517 --- /dev/null +++ b/example.files/filesystems @@ -0,0 +1,19 @@ + ext2 + vfat + umsdos + msdos + iso9660 + minix + ntfs + hpfs + ufs + sysv + romfs + reiserfs +nodev autofs +nodev proc +nodev smbfs +nodev nfs +nodev coda +nodev devpts +nodev devfs diff --git a/example.files/issue0 b/example.files/issue0 new file mode 100644 index 00000000..285f71af --- /dev/null +++ b/example.files/issue0 @@ -0,0 +1 @@ +This is \n (\s \m \r) \d diff --git a/example.files/syslog.conf b/example.files/syslog.conf deleted file mode 100644 index 66e436b4..00000000 --- a/example.files/syslog.conf +++ /dev/null @@ -1,12 +0,0 @@ -kern.* /var/adm/kernlog -mark.info;daemon.notice;mail.crit /var/adm/syslog -mail.info;mail.debug /var/adm/maillog -daemon.info /var/adm/daemon -lpr.info /var/adm/lpd-errs -auth.notice /var/adm/authlog -*.err /var/adm/syslog -*.notice;auth.debug /var/adm/sysdebug -*.alert /dev/console -news.alert;news.crit;news.err /var/adm/news -news.warning;news.notice /var/adm/news -news.info;news.debug /var/adm/news diff --git a/example.files/syslog.conf.alt b/example.files/syslog.conf.alt deleted file mode 100644 index c5923c4c..00000000 --- a/example.files/syslog.conf.alt +++ /dev/null @@ -1,22 +0,0 @@ -# Log all kernel messages to the console. -# Logging much else clutters up the screen. -kern.* /dev/console -#kern.* /dev/cua1 - -# Log anything (except mail) of level info or higher. -# Don't log private authentication messages! -*.info;mail.none;authpriv.none /var/adm/messages - -# The authpriv file has restricted access. -authpriv.* /var/adm/secure - -# Log all the mail messages in one place. -mail.* /var/adm/maillog - -# Everybody gets emergency messages, plus log them on another -# machine. -*.emerg * - -# Save mail and news errors of level err and higher in a -# special file. -uucp,news.crit /var/adm/spooler |