summaryrefslogtreecommitdiffstats
path: root/examples/root/etc
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-04-22 18:43:50 +0000
committerLuke Kanies <luke@madstop.com>2005-04-22 18:43:50 +0000
commita1a7ae4cf77b4161b6874e60ab06078bf4e6f081 (patch)
treef52e4417fcb65c84a0b103bee2925a0f23a781f8 /examples/root/etc
parent85b9f915e96241eb8ccb44d7b963b44fc44baa08 (diff)
downloadpuppet-a1a7ae4cf77b4161b6874e60ab06078bf4e6f081.tar.gz
puppet-a1a7ae4cf77b4161b6874e60ab06078bf4e6f081.tar.xz
puppet-a1a7ae4cf77b4161b6874e60ab06078bf4e6f081.zip
moving to the language tree
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@212 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'examples/root/etc')
-rw-r--r--examples/root/etc/configfile0
-rw-r--r--examples/root/etc/debian-passwd29
-rw-r--r--examples/root/etc/debian-syslog.conf71
-rwxr-xr-xexamples/root/etc/init.d/sleeper27
4 files changed, 0 insertions, 127 deletions
diff --git a/examples/root/etc/configfile b/examples/root/etc/configfile
deleted file mode 100644
index e69de29bb..000000000
--- a/examples/root/etc/configfile
+++ /dev/null
diff --git a/examples/root/etc/debian-passwd b/examples/root/etc/debian-passwd
deleted file mode 100644
index 59cdf4acf..000000000
--- a/examples/root/etc/debian-passwd
+++ /dev/null
@@ -1,29 +0,0 @@
-root:x:0:0:root:/root:/bin/bash
-daemon:x:1:1:daemon:/usr/sbin:/bin/sh
-bin:x:2:2:bin:/bin:/bin/sh
-sys:x:3:3:sys:/dev:/bin/sh
-sync:x:4:65534:sync:/bin:/bin/sync
-games:x:5:60:games:/usr/games:/bin/sh
-man:x:6:12:man:/var/cache/man:/bin/sh
-lp:x:7:7:lp:/var/spool/lpd:/bin/sh
-mail:x:8:8:mail:/var/mail:/bin/sh
-news:x:9:9:news:/var/spool/news:/bin/sh
-uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
-proxy:x:13:13:proxy:/bin:/bin/sh
-postgres:x:31:32:postgres:/var/lib/postgres:/bin/sh
-www-data:x:33:33:www-data:/var/www:/bin/sh
-backup:x:34:34:backup:/var/backups:/bin/sh
-operator:x:37:37:Operator:/var:/bin/sh
-list:x:38:38:Mailing List Manager:/var/list:/bin/sh
-irc:x:39:39:ircd:/var/run/ircd:/bin/sh
-gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
-nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
-sshd:x:102:65534::/var/run/sshd:/bin/false
-gdm:x:101:101:Gnome Display Manager:/var/lib/gdm:/bin/false
-telnetd:x:103:103::/usr/lib/telnetd:/bin/false
-nagios:x:1000:1001::/home/nagios:
-messagebus:x:104:107::/var/run/dbus:/bin/false
-saned:x:109:109::/home/saned:/bin/false
-ganglia:x:105:110:Ganglia Monitor:/var/lib/ganglia:/bin/false
-zope:x:106:111::/var/lib/zope2.7/var:/bin/false
-fbgetty:x:112:112::/home/fbgetty:/bin/false
diff --git a/examples/root/etc/debian-syslog.conf b/examples/root/etc/debian-syslog.conf
deleted file mode 100644
index 8f2925960..000000000
--- a/examples/root/etc/debian-syslog.conf
+++ /dev/null
@@ -1,71 +0,0 @@
-# /etc/syslog.conf Configuration file for syslogd.
-#
-# For more information see syslog.conf(5)
-# manpage.
-
-#
-# First some standard logfiles. Log by facility.
-#
-
-auth,authpriv.* /var/log/auth.log
-*.*;auth,authpriv.none -/var/log/syslog
-#cron.* /var/log/cron.log
-daemon.* -/var/log/daemon.log
-kern.* -/var/log/kern.log
-lpr.* -/var/log/lpr.log
-mail.* -/var/log/mail.log
-user.* -/var/log/user.log
-uucp.* /var/log/uucp.log
-
-#
-# Logging for the mail system. Split it up so that
-# it is easy to write scripts to parse these files.
-#
-mail.info -/var/log/mail.info
-mail.warn -/var/log/mail.warn
-mail.err /var/log/mail.err
-
-# Logging for INN news system
-#
-news.crit /var/log/news/news.crit
-news.err /var/log/news/news.err
-news.notice -/var/log/news/news.notice
-
-#
-# Some `catch-all' logfiles.
-#
-*.=debug;\
- auth,authpriv.none;\
- news.none;mail.none -/var/log/debug
-*.=info;*.=notice;*.=warn;\
- auth,authpriv.none;\
- cron,daemon.none;\
- mail,news.none -/var/log/messages
-
-#
-# Emergencies are sent to everybody logged in.
-#
-*.emerg *
-
-#
-# I like to have messages displayed on the console, but only on a virtual
-# console I usually leave idle.
-#
-#daemon,mail.*;\
-# news.=crit;news.=err;news.=notice;\
-# *.=debug;*.=info;\
-# *.=notice;*.=warn /dev/tty8
-
-# The named pipe /dev/xconsole is for the `xconsole' utility. To use it,
-# you must invoke `xconsole' with the `-file' option:
-#
-# $ xconsole -file /dev/xconsole [...]
-#
-# NOTE: adjust the list below, or you'll go crazy if you have a reasonably
-# busy site..
-#
-daemon.*;mail.*;\
- news.crit;news.err;news.notice;\
- *.=debug;*.=info;\
- *.=notice;*.=warn |/dev/xconsole
-
diff --git a/examples/root/etc/init.d/sleeper b/examples/root/etc/init.d/sleeper
deleted file mode 100755
index bb3bb4eb7..000000000
--- a/examples/root/etc/init.d/sleeper
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-# $Id$
-
-script=$0
-path=`echo $script | sed 's/etc..*/bin/'`
-
-PATH=$PATH:$path
-
-case "$1" in
- start)
- sleeper
- ;;
- stop)
- kill `ps -ef | grep -v grep | grep sleeper | grep perl | awk '{print $2}'`
- ;;
- status)
- output=`ps -ef | grep -v grep | grep -v init.d | grep sleeper`
- exit $?
- ;;
- *)
- echo "Usage: $N {start|stop|restart|force-reload}" >&2
- exit 1
- ;;
-esac
-
-exit 0