summaryrefslogtreecommitdiff
path: root/usr/src/cmd/devfsadm/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/devfsadm/message.h')
-rw-r--r--usr/src/cmd/devfsadm/message.h36
1 files changed, 8 insertions, 28 deletions
diff --git a/usr/src/cmd/devfsadm/message.h b/usr/src/cmd/devfsadm/message.h
index d61918b87a..8d1436f38d 100644
--- a/usr/src/cmd/devfsadm/message.h
+++ b/usr/src/cmd/devfsadm/message.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -86,9 +85,6 @@ gettext("ignoring devfsadm_create entry #%d in module %s\n")
#define CANT_CREATE_DOOR gettext("can not create event door %s: %s\n")
-#define CANT_CREATE_ZONE_DOOR \
- gettext("can not create zone registration door %s: %s\n")
-
#define FAILED_FOR_MODULE gettext("%s failed for module %s\n")
#define REMOVING_LINK gettext("removing link %s -> %s invalid contents\n")
@@ -267,32 +263,16 @@ major_number ]\n\t\t[ -n ]\n\t\t[ -r rootdir ]\n\t\t[ -v ]\n")
#define LOG_EVENT_FAILED gettext("failed to log event: %s\n")
-#define INVALID_ZONE gettext("invalid zone: '%s'\n")
-
-#define ZONE_ROOTPATH_FAILED \
- gettext("could not determine root path for zone %s: %s\n")
-
-#define ZONE_LIST_FAILED \
- gettext("could not determine system zone configuration: %s\n")
-
-#define ZONE_DOOR_MKFAIL \
- gettext("failed to create door server for zone %s: %s\n")
-
-#define ZONE_REG_FAILED \
- gettext("failed registration operation for zone %s: %s\n")
-
-#define ZONE_REP_FAILED \
- gettext("repository or name service failure for zone %s: %s\n")
-
-#define ZONE_LIB_MISSING \
- gettext("unable to load libzonecfg, make sure zone packages " \
- "are installed\n")
-
#define ZONE_PATHCHECK \
gettext("cannot manage root path '%s': path is part of zone '%s'\n")
+#define DEVNAME_CONTACT_FAILED \
+ gettext("cannot talk to devname fs %s: %s\n")
+
#define NVLIST_ERROR gettext("nvlist interface failed: %s\n")
+#define NOT_DIR gettext("file is not a directory: %s\n")
+
#ifdef __cplusplus
}
#endif