summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorrm88369 <none@none>2006-06-22 02:45:52 -0700
committerrm88369 <none@none>2006-06-22 02:45:52 -0700
commit54d6518c4d7c51854116bb29ea4bf664f748a403 (patch)
tree5d79dc4cae127b015d24ca13449fbb6626d8b5da /usr/src
parentcbab2b2687744cbfdc12fae90f8088127a0b266c (diff)
downloadillumos-joyent-54d6518c4d7c51854116bb29ea4bf664f748a403.tar.gz
6440415 *svc.startd* traces of obsolete flags should be removed from source code
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/svc/startd/log.c5
-rw-r--r--usr/src/cmd/svc/startd/startd.c2
2 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/cmd/svc/startd/log.c b/usr/src/cmd/svc/startd/log.c
index a356cec8ee..80e46d2f40 100644
--- a/usr/src/cmd/svc/startd/log.c
+++ b/usr/src/cmd/svc/startd/log.c
@@ -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>
diff --git a/usr/src/cmd/svc/startd/startd.c b/usr/src/cmd/svc/startd/startd.c
index a290ebee7e..8458a2e45a 100644
--- a/usr/src/cmd/svc/startd/startd.c
+++ b/usr/src/cmd/svc/startd/startd.c
@@ -779,7 +779,7 @@ startup(void)
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);
}