changeset 2258:fb20891389ee

6440415 *svc.startd* traces of obsolete flags should be removed from source code
author rm88369
date Thu, 22 Jun 2006 02:45:52 -0700
parents 6d097938704c
children 9f4c3a2be2da
files usr/src/cmd/svc/startd/log.c usr/src/cmd/svc/startd/startd.c
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/svc/startd/log.c	Wed Jun 21 21:11:46 2006 -0700
+++ b/usr/src/cmd/svc/startd/log.c	Thu Jun 22 02:45:52 2006 -0700
@@ -91,12 +91,11 @@
  *			svc.startd(1M) developer has occurred.
  *
  *  Logging configuration
- *    While the logging output can be configured using the -d and -v flags at
- *    invocation, the preferred approach is to set the logging property values
+ *    The preferred approach is to set the logging property values
  *    in the options property group of the svc.startd default instance.  The
  *    valid values are "quiet", "verbose", and "debug".  "quiet" is the default;
  *    "verbose" and "debug" allow LOG_INFO and LOG_DEBUG logging requests to
- *    reach the daemon-specific log, respectively.
+ *    reach the svc.startd.log file, respectively.
  */
 
 #include <sys/stat.h>
--- a/usr/src/cmd/svc/startd/startd.c	Wed Jun 21 21:11:46 2006 -0700
+++ b/usr/src/cmd/svc/startd/startd.c	Thu Jun 22 02:45:52 2006 -0700
@@ -779,7 +779,7 @@
 static void
 usage(const char *name)
 {
-	uu_warn(gettext("usage: %s [-dnq]\n"), name);
+	uu_warn(gettext("usage: %s [-n]\n"), name);
 	exit(UU_EXIT_USAGE);
 }