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
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')
-rw-r--r--app-backup/amanda/ChangeLog7
-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
3 files changed, 6 insertions, 53 deletions
diff --git a/app-backup/amanda/ChangeLog b/app-backup/amanda/ChangeLog
index b55e67e00673..2bdb78002397 100644
--- a/app-backup/amanda/ChangeLog
+++ b/app-backup/amanda/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-backup/amanda
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.79 2011/03/17 20:52:36 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.80 2011/03/18 17:51:38 idl0r Exp $
+
+ 18 Mar 2011; Christian Ruppert <idl0r@gentoo.org>
+ -files/amanda-inetd.amanda.sample-2.5.1_p3-r1,
+ -files/amanda-xinetd-2.5.1_p3-r1:
+ Remove unused files.
*amanda-3.2.2 (17 Mar 2011)
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
-}