lintian doesn't like orphan packages with uploaders...
[debian/amanda] / example / amanda-client.conf.in
index c4cb9b9bcb36d623e14f7e35ab69cded4d268362..be30af01e8bfa239c382d47f612bb887459f8d37 100644 (file)
@@ -1,15 +1,5 @@
-###  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  ###
-###                                                                      ###
-###  This file is not meant to be installed "as is", and in fact, it     ###
-###  WILL NOT WORK!  You must go through it and make changes appropriate ###
-###  to your own situation.  See the documentation in this file, in the  ###
-###  "man amanda" man page, in the "docs" directory and at the Amanda    ###
-###  web page (www.amanda.org).                                          ###
-###                                                                      ###
-###  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  ###
-
 #
-# amanda.conf - sample Amanda client configuration file.
+# amanda-client.conf - sample Amanda client configuration file.
 #
 # This file normally goes in @CONFIG_DIR@/amanda-client.conf.
 #
@@ -19,16 +9,16 @@ conf "@DEFAULT_CONFIG@"              # your config name
 index_server "@DEFAULT_SERVER@"        # your amindexd server
 tape_server  "@DEFAULT_TAPE_SERVER@"   # your amidxtaped server
 tapedev      "@EXAMPLE_TAPEDEV@"       # your tape device
+                       # if not set, Use configure or ask server.
+                       # if set to empty string "", ask server
+                       # amrecover will use the changer if set to the value
+                       # of 'amrecover_changer' in the server amanda.conf.
 
 #   auth       - authentication scheme to use between server and client.
-#                Valid values are "bsd", "krb4", "krb5" and "ssh".  
-#                Default: [auth "bsd"]
-auth "bsd"
+#                Valid values are "bsd", "bsdudp", "bsdtcp", "krb5", "local",
+#                "rsh" and "ssh".  
+#                Default: [auth "bsdtcp"]
+auth "bsdtcp"
 
 ssh_keys ""                    # your ssh keys file if you use ssh auth
 
-# You may include other amanda configuration files, so you can share
-# dumptypes, tapetypes and interface definitions among several
-# configurations.
-
-#includefile "@CONFIG_DIR@/amanda-client.conf.main"