summaryrefslogtreecommitdiff
path: root/usr/src/cmd/devfsadm/message.h
diff options
context:
space:
mode:
authorllai1 <none@none>2006-08-25 17:24:25 -0700
committerllai1 <none@none>2006-08-25 17:24:25 -0700
commitfacf4a8d7b59fde89a8662b4f4c73a758e6c402c (patch)
tree4e0024c5508351006df1496ec4be6e7b564c3ce8 /usr/src/cmd/devfsadm/message.h
parentadcafb0fe4c49c4d46c0b393dfba36d4e1b55c0e (diff)
downloadillumos-joyent-facf4a8d7b59fde89a8662b4f4c73a758e6c402c.tar.gz
PSARC/2003/246 Filesystem Driven Device Naming
5050715 logical device names not created during early boot 6292952 devfsadm mishandles optarg 6362924 devfsadm secondary link generation is not zones aware 6413127 Integrate the Devname Project 6464196 bfu should remove pt_chmod, obsoleted by /dev filesystem --HG-- rename : usr/src/cmd/pt_chmod/Makefile => deleted_files/usr/src/cmd/pt_chmod/Makefile rename : usr/src/cmd/pt_chmod/pt_chmod.c => deleted_files/usr/src/cmd/pt_chmod/pt_chmod.c
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