summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-03-18 17:51:38 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-03-18 17:51:38 +0000
commitd127f380e681067559aadf528373f8395067b0b3 (patch)
treeff51d7bee4e31eaac2b9aabaefcf8e53ba305a14 /app-backup/amanda/files
parentarm/ia64/sparc stable wrt #358375 (diff)
downloadgentoo-2-d127f380e681067559aadf528373f8395067b0b3.tar.gz
gentoo-2-d127f380e681067559aadf528373f8395067b0b3.tar.bz2
gentoo-2-d127f380e681067559aadf528373f8395067b0b3.zip
Remove unused files.
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/amanda/files')
-rw-r--r--app-backup/amanda/files/amanda-inetd.amanda.sample-2.5.1_p3-r13
-rw-r--r--app-backup/amanda/files/amanda-xinetd-2.5.1_p3-r149
2 files changed, 0 insertions, 52 deletions
diff --git a/app-backup/amanda/files/amanda-inetd.amanda.sample-2.5.1_p3-r1 b/app-backup/amanda/files/amanda-inetd.amanda.sample-2.5.1_p3-r1
deleted file mode 100644
index 902613254518..000000000000
--- a/app-backup/amanda/files/amanda-inetd.amanda.sample-2.5.1_p3-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-amanda dgram udp wait amanda /usr/libexec/amandad amandad -auth=bsd amdump amindexd amidxtaped
-amandaidx stream tcp nowait amanda /usr/libexec/amindexd amindexd -auth=bsd amdump amindexd amidxtaped
-amidxtape stream tcp nowait amanda /usr/libexec/amidxtaped amidxtaped -auth=bsd amdump amindexd amidxtaped
diff --git a/app-backup/amanda/files/amanda-xinetd-2.5.1_p3-r1 b/app-backup/amanda/files/amanda-xinetd-2.5.1_p3-r1
deleted file mode 100644
index 801006096e8a..000000000000
--- a/app-backup/amanda/files/amanda-xinetd-2.5.1_p3-r1
+++ /dev/null
@@ -1,49 +0,0 @@
-# These are the services needed for amanda.
-# Default is to talk to localhost only unless
-# AMANDA_SERVER was specified at build time.
-
-service amanda
-{
- socket_type = dgram
- protocol = udp
- wait = yes
- user = __AMANDA_USER_NAME__
- group = __AMANDA_GROUP_NAME__
- groups = yes
- server = /usr/libexec/amandad
- server_args = -auth=bsd amdump amindexd amidxtaped
- # You need to ensure this points to your Amanda server!
- # Don't just remove it!
- only_from = __AMANDA_SERVER__
- disable = yes
-}
-
-service amandaidx
-{
- socket_type = stream
- protocol = tcp
- wait = no
- user = __AMANDA_USER_NAME__
- group = __AMANDA_GROUP_NAME__
- groups = yes
- server = /usr/libexec/amindexd
- # You need to ensure this points to your Amanda server!
- # Don't just remove it!
- only_from = __AMANDA_SERVER__
- disable = yes
-}
-
-service amidxtape
-{
- socket_type = stream
- protocol = tcp
- wait = no
- user = __AMANDA_USER_NAME__
- group = __AMANDA_GROUP_NAME__
- groups = yes
- server = /usr/libexec/amidxtaped
- # You need to ensure this points to your Amanda server!
- # Don't just remove it!
- only_from = __AMANDA_SERVER__
- disable = yes
-}