1 #
   2 #ident  "%Z%%M% %I%     %E% SMI"
   3 #
   4 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
   5 # Use is subject to license terms.
   6 #
   7 # CDDL HEADER START
   8 #
   9 # The contents of this file are subject to the terms of the
  10 # Common Development and Distribution License, Version 1.0 only
  11 # (the "License").  You may not use this file except in compliance
  12 # with the License.
  13 #
  14 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  15 # or http://www.opensolaris.org/os/licensing.
  16 # See the License for the specific language governing permissions
  17 # and limitations under the License.
  18 #
  19 # When distributing Covered Code, include this CDDL HEADER in each
  20 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  21 # If applicable, add the following below this CDDL HEADER, with the
  22 # fields enclosed by brackets "[]" replaced with your own identifying
  23 # information: Portions Copyright [yyyy] [name of copyright owner]
  24 #
  25 # CDDL HEADER END
  26 #
  27 
  28 #
  29 # Headers for display
  30 #
  31 Name=Name
  32 Type=Type
  33 Value=Value
  34 
  35 #
  36 # Dhcptab flags
  37 #
  38 Macro=Macro
  39 Symbol=Symbol
  40 
  41 #
  42 # Internal error
  43 #
  44 internal_error=Program internal error
  45 
  46 #
  47 # Specifying both macro name and symbol name error
  48 #
  49 two_keys_error=Cannot specify both macro name and symbol name
  50 
  51 #
  52 # Specifying neither macro name and symbol name error
  53 #
  54 no_keys_error=Must specify either macro name or symbol name
  55 
  56 #
  57 # Specifying no definition error
  58 #
  59 no_definition_error=Must specify macro or symbol definition
  60 
  61 #
  62 # Cannot edit symbol error
  63 #
  64 symbol_edit_error=Cannot edit symbols
  65 
  66 #
  67 # Cannot edit symbol error
  68 #
  69 modify_no_function_error=Only one of '-d', '-e', '-n' can be defined
  70 
  71 #
  72 # No function defined error
  73 #
  74 no_function_error=Must specify one of 'C', 'A', 'M', 'D', 'R', 'P', or 'B'
  75 
  76 #
  77 # An invalid argument was input to the program.
  78 #
  79 invalid_arg=Invalid argument - {0}
  80 
  81 #
  82 # Couldn't signal daemon
  83 #
  84 sighup_failed=Unable to signal the daemon to reload the dhcptab
  85 
  86 #
  87 # Usage
  88 #
  89 usage=dhtadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] [-g] (options)\n\nWhere (options) is one of:\n\n-C              Create the dhcptab\n\n-A              Add symbol or macro. Sub-options:\n                { -s (symbol name) | -m (macro name) } -d (definition)\n\n-M              Modify symbol or macro. Sub-options:\n                -s (old symbol name) {-n (new name) | -d (definition)}\n                                Or\n                -m (old macro name) {-n (new name) | -d (definition) | -e (symbol = value)}\n\n-D              Delete symbol or macro definition. Sub-options:\n                -s ( symbol name ) | -m ( macro name )\n\n-R              Remove the dhcptab\n\n-P              Display the dhcptab\n\n-B [batchfile]  Run command in batch input mode.  Sub-options:\n                [-v]    Output commands as they are processed.\n