From: Andreas Steffen Date: Thu, 20 May 2010 14:30:15 +0000 (+0200) Subject: removed deprecated use of ipsec pool --attr|del dns|nbns from usage() X-Git-Tag: 4.4.1~237 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05f1096cd84daafa4f46ccfbf401dc262c7086cc;p=thirdparty%2Fstrongswan.git removed deprecated use of ipsec pool --attr|del dns|nbns from usage() --- diff --git a/src/libhydra/plugins/attr_sql/pool_usage.c b/src/libhydra/plugins/attr_sql/pool_usage.c index a671994a7c..8ffb1b993b 100644 --- a/src/libhydra/plugins/attr_sql/pool_usage.c +++ b/src/libhydra/plugins/attr_sql/pool_usage.c @@ -53,10 +53,6 @@ Usage:\n\ resized.\n\ timeout: Lease time in hours, 0 for static leases\n\ \n\ - ipsec pool --add dns|nbns|wins --server \n\ - Add a new DNS or NBNS server to the database.\n\ - server: IPv4 or IPv6 address of a name server\n\ - \n\ ipsec pool --addattr --server|--subnet|--string|--hex \n\ Add a new attribute to the database.\n\ server: IPv4 or IPv6 address of a server\n\ @@ -68,10 +64,6 @@ Usage:\n\ Delete a pool from the database.\n\ name: Name of the pool to delete\n\ \n\ - ipsec pool --del dns|nbns|wins [--server ]\n\ - Delete a specific or all DNS or NBNS servers from the database.\n\ - server: IP address of the name server to delete\n\ - \n\ ipsec pool --delattr [--server|--subnet|--string|--hex ]\n\ Delete a specific or all attributes of a given type from the database.\n\ server: IPv4 or IPv6 address of a server\n\