From 68de3bfac10511d888a2be867e403eb0e10443a1 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Jul 2012 09:23:14 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- bash_completion.d/base | 1 + bash_completion.d/bash-builtins | 1 + bash_completion.d/bzip2 | 1 + bash_completion.d/coreutils | 1 + bash_completion.d/crontab | 1 + bash_completion.d/dd | 1 + bash_completion.d/e2fsprogs | 1 + bash_completion.d/eselect | 1 + bash_completion.d/findutils | 1 + bash_completion.d/gentoo | 1 + bash_completion.d/getent | 1 + bash_completion.d/git | 1 + bash_completion.d/gzip | 1 + bash_completion.d/iconv | 1 + bash_completion.d/iproute2 | 1 + bash_completion.d/man | 1 + bash_completion.d/mdadm | 1 + bash_completion.d/rsync | 1 + bash_completion.d/screen | 1 + bash_completion.d/sh | 1 + bash_completion.d/shadow | 1 + bash_completion.d/smartctl | 1 + bash_completion.d/ssh | 1 + bash_completion.d/tar | 1 + cups/classes.conf | 3 +++ cups/subscriptions.conf | 3 +++ cups/subscriptions.conf.O | 11 +++++++++++ resolv.conf.bak | 5 +++++ runlevels/default/xdm | 1 + 29 files changed, 47 insertions(+) create mode 120000 bash_completion.d/base create mode 120000 bash_completion.d/bash-builtins create mode 120000 bash_completion.d/bzip2 create mode 120000 bash_completion.d/coreutils create mode 120000 bash_completion.d/crontab create mode 120000 bash_completion.d/dd create mode 120000 bash_completion.d/e2fsprogs create mode 120000 bash_completion.d/eselect create mode 120000 bash_completion.d/findutils create mode 120000 bash_completion.d/gentoo create mode 120000 bash_completion.d/getent create mode 120000 bash_completion.d/git create mode 120000 bash_completion.d/gzip create mode 120000 bash_completion.d/iconv create mode 120000 bash_completion.d/iproute2 create mode 120000 bash_completion.d/man create mode 120000 bash_completion.d/mdadm create mode 120000 bash_completion.d/rsync create mode 120000 bash_completion.d/screen create mode 120000 bash_completion.d/sh create mode 120000 bash_completion.d/shadow create mode 120000 bash_completion.d/smartctl create mode 120000 bash_completion.d/ssh create mode 120000 bash_completion.d/tar create mode 100644 cups/classes.conf create mode 100644 cups/subscriptions.conf create mode 100644 cups/subscriptions.conf.O create mode 100644 resolv.conf.bak create mode 120000 runlevels/default/xdm diff --git a/bash_completion.d/base b/bash_completion.d/base new file mode 120000 index 0000000..2e036d1 --- /dev/null +++ b/bash_completion.d/base @@ -0,0 +1 @@ +../../usr/share/bash-completion/base \ No newline at end of file diff --git a/bash_completion.d/bash-builtins b/bash_completion.d/bash-builtins new file mode 120000 index 0000000..648ed6d --- /dev/null +++ b/bash_completion.d/bash-builtins @@ -0,0 +1 @@ +../../usr/share/bash-completion/bash-builtins \ No newline at end of file diff --git a/bash_completion.d/bzip2 b/bash_completion.d/bzip2 new file mode 120000 index 0000000..326a69b --- /dev/null +++ b/bash_completion.d/bzip2 @@ -0,0 +1 @@ +../../usr/share/bash-completion/bzip2 \ No newline at end of file diff --git a/bash_completion.d/coreutils b/bash_completion.d/coreutils new file mode 120000 index 0000000..56ce8c1 --- /dev/null +++ b/bash_completion.d/coreutils @@ -0,0 +1 @@ +../../usr/share/bash-completion/coreutils \ No newline at end of file diff --git a/bash_completion.d/crontab b/bash_completion.d/crontab new file mode 120000 index 0000000..9ec9333 --- /dev/null +++ b/bash_completion.d/crontab @@ -0,0 +1 @@ +../../usr/share/bash-completion/crontab \ No newline at end of file diff --git a/bash_completion.d/dd b/bash_completion.d/dd new file mode 120000 index 0000000..8fa6d94 --- /dev/null +++ b/bash_completion.d/dd @@ -0,0 +1 @@ +../../usr/share/bash-completion/dd \ No newline at end of file diff --git a/bash_completion.d/e2fsprogs b/bash_completion.d/e2fsprogs new file mode 120000 index 0000000..626e75a --- /dev/null +++ b/bash_completion.d/e2fsprogs @@ -0,0 +1 @@ +../../usr/share/bash-completion/e2fsprogs \ No newline at end of file diff --git a/bash_completion.d/eselect b/bash_completion.d/eselect new file mode 120000 index 0000000..4512d10 --- /dev/null +++ b/bash_completion.d/eselect @@ -0,0 +1 @@ +../../usr/share/bash-completion/eselect \ No newline at end of file diff --git a/bash_completion.d/findutils b/bash_completion.d/findutils new file mode 120000 index 0000000..1ce8b52 --- /dev/null +++ b/bash_completion.d/findutils @@ -0,0 +1 @@ +../../usr/share/bash-completion/findutils \ No newline at end of file diff --git a/bash_completion.d/gentoo b/bash_completion.d/gentoo new file mode 120000 index 0000000..a858b1d --- /dev/null +++ b/bash_completion.d/gentoo @@ -0,0 +1 @@ +../../usr/share/bash-completion/gentoo \ No newline at end of file diff --git a/bash_completion.d/getent b/bash_completion.d/getent new file mode 120000 index 0000000..00934bf --- /dev/null +++ b/bash_completion.d/getent @@ -0,0 +1 @@ +../../usr/share/bash-completion/getent \ No newline at end of file diff --git a/bash_completion.d/git b/bash_completion.d/git new file mode 120000 index 0000000..794cbb2 --- /dev/null +++ b/bash_completion.d/git @@ -0,0 +1 @@ +../../usr/share/bash-completion/git \ No newline at end of file diff --git a/bash_completion.d/gzip b/bash_completion.d/gzip new file mode 120000 index 0000000..bfb9c7a --- /dev/null +++ b/bash_completion.d/gzip @@ -0,0 +1 @@ +../../usr/share/bash-completion/gzip \ No newline at end of file diff --git a/bash_completion.d/iconv b/bash_completion.d/iconv new file mode 120000 index 0000000..b18d3f5 --- /dev/null +++ b/bash_completion.d/iconv @@ -0,0 +1 @@ +../../usr/share/bash-completion/iconv \ No newline at end of file diff --git a/bash_completion.d/iproute2 b/bash_completion.d/iproute2 new file mode 120000 index 0000000..31560bb --- /dev/null +++ b/bash_completion.d/iproute2 @@ -0,0 +1 @@ +../../usr/share/bash-completion/iproute2 \ No newline at end of file diff --git a/bash_completion.d/man b/bash_completion.d/man new file mode 120000 index 0000000..2784b23 --- /dev/null +++ b/bash_completion.d/man @@ -0,0 +1 @@ +../../usr/share/bash-completion/man \ No newline at end of file diff --git a/bash_completion.d/mdadm b/bash_completion.d/mdadm new file mode 120000 index 0000000..d9be7c8 --- /dev/null +++ b/bash_completion.d/mdadm @@ -0,0 +1 @@ +../../usr/share/bash-completion/mdadm \ No newline at end of file diff --git a/bash_completion.d/rsync b/bash_completion.d/rsync new file mode 120000 index 0000000..9d7e0d7 --- /dev/null +++ b/bash_completion.d/rsync @@ -0,0 +1 @@ +../../usr/share/bash-completion/rsync \ No newline at end of file diff --git a/bash_completion.d/screen b/bash_completion.d/screen new file mode 120000 index 0000000..837a302 --- /dev/null +++ b/bash_completion.d/screen @@ -0,0 +1 @@ +../../usr/share/bash-completion/screen \ No newline at end of file diff --git a/bash_completion.d/sh b/bash_completion.d/sh new file mode 120000 index 0000000..228adbe --- /dev/null +++ b/bash_completion.d/sh @@ -0,0 +1 @@ +../../usr/share/bash-completion/sh \ No newline at end of file diff --git a/bash_completion.d/shadow b/bash_completion.d/shadow new file mode 120000 index 0000000..865f69b --- /dev/null +++ b/bash_completion.d/shadow @@ -0,0 +1 @@ +../../usr/share/bash-completion/shadow \ No newline at end of file diff --git a/bash_completion.d/smartctl b/bash_completion.d/smartctl new file mode 120000 index 0000000..0e4cf8d --- /dev/null +++ b/bash_completion.d/smartctl @@ -0,0 +1 @@ +../../usr/share/bash-completion/smartctl \ No newline at end of file diff --git a/bash_completion.d/ssh b/bash_completion.d/ssh new file mode 120000 index 0000000..12aa924 --- /dev/null +++ b/bash_completion.d/ssh @@ -0,0 +1 @@ +../../usr/share/bash-completion/ssh \ No newline at end of file diff --git a/bash_completion.d/tar b/bash_completion.d/tar new file mode 120000 index 0000000..49c64dd --- /dev/null +++ b/bash_completion.d/tar @@ -0,0 +1 @@ +../../usr/share/bash-completion/tar \ No newline at end of file diff --git a/cups/classes.conf b/cups/classes.conf new file mode 100644 index 0000000..9089163 --- /dev/null +++ b/cups/classes.conf @@ -0,0 +1,3 @@ +# Class configuration file for CUPS v1.5.2 +# Written by cupsd on 2012-06-29 13:00 +# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING diff --git a/cups/subscriptions.conf b/cups/subscriptions.conf new file mode 100644 index 0000000..94cc3a1 --- /dev/null +++ b/cups/subscriptions.conf @@ -0,0 +1,3 @@ +# Subscription configuration file for CUPS v1.5.2 +# Written by cupsd on 2012-06-30 13:03 +NextSubscriptionId 3 diff --git a/cups/subscriptions.conf.O b/cups/subscriptions.conf.O new file mode 100644 index 0000000..28faff1 --- /dev/null +++ b/cups/subscriptions.conf.O @@ -0,0 +1,11 @@ +# Subscription configuration file for CUPS v1.5.2 +# Written by cupsd on 2012-06-29 13:03 +NextSubscriptionId 3 + +Events printer-state-changed printer-restarted printer-shutdown printer-stopped printer-added printer-deleted job-state-changed job-created job-completed job-stopped job-progress +Owner fbrehm +LeaseDuration 86400 +Interval 0 +ExpirationTime 1341054160 +NextEventId 23 + diff --git a/resolv.conf.bak b/resolv.conf.bak new file mode 100644 index 0000000..4678cb8 --- /dev/null +++ b/resolv.conf.bak @@ -0,0 +1,5 @@ +# Generated by net-scripts for interface eth0 +domain profitbricks.localdomain +search profitbricks.localdomain brehm-online.com dc1.de.profitbricks.net dc2.us.profitbricks.net hennig-berlin.org uhu-banane.de dc252.de.profitbricks.net pbb254.de.profitbricks.net +nameserver 192.168.178.30 +nameserver 192.168.178.89 diff --git a/runlevels/default/xdm b/runlevels/default/xdm new file mode 120000 index 0000000..af5b119 --- /dev/null +++ b/runlevels/default/xdm @@ -0,0 +1 @@ +/etc/init.d/xdm \ No newline at end of file -- 2.39.5