summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/cmd/rcm_daemon/common/aggr_rcm.c2
-rw-r--r--usr/src/cmd/rcm_daemon/common/cluster_rcm.c9
-rw-r--r--usr/src/cmd/rcm_daemon/common/dump_rcm.c11
-rw-r--r--usr/src/cmd/rcm_daemon/common/filesys_rcm.c4
-rw-r--r--usr/src/cmd/rcm_daemon/common/ip_anon_rcm.c9
-rw-r--r--usr/src/cmd/rcm_daemon/common/ip_rcm.c2
-rw-r--r--usr/src/cmd/rcm_daemon/common/mpxio_rcm.c2
-rw-r--r--usr/src/cmd/rcm_daemon/common/network_rcm.c2
-rw-r--r--usr/src/cmd/rcm_daemon/common/pool_rcm.c9
-rw-r--r--usr/src/cmd/rcm_daemon/common/svm_rcm.c4
-rw-r--r--usr/src/cmd/rcm_daemon/common/swap_rcm.c9
-rw-r--r--usr/src/cmd/rcm_daemon/common/vlan_rcm.c2
12 files changed, 30 insertions, 35 deletions
diff --git a/usr/src/cmd/rcm_daemon/common/aggr_rcm.c b/usr/src/cmd/rcm_daemon/common/aggr_rcm.c
index b3d6eeb358..afb08c7a58 100644
--- a/usr/src/cmd/rcm_daemon/common/aggr_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/aggr_rcm.c
@@ -193,7 +193,7 @@ rcm_mod_info(void)
{
rcm_log_message(RCM_TRACE1, "AGGR: mod_info\n");
- return ("AGGR module version %I%");
+ return ("AGGR module version 1.1");
}
/*
diff --git a/usr/src/cmd/rcm_daemon/common/cluster_rcm.c b/usr/src/cmd/rcm_daemon/common/cluster_rcm.c
index 1d79d93f8e..20295116aa 100644
--- a/usr/src/cmd/rcm_daemon/common/cluster_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/cluster_rcm.c
@@ -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 2001, 2003 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -95,7 +94,7 @@ rcm_mod_init()
const char *
rcm_mod_info()
{
- return (gettext("RCM Cluster module %I%"));
+ return (gettext("RCM Cluster module 1.3"));
}
int
diff --git a/usr/src/cmd/rcm_daemon/common/dump_rcm.c b/usr/src/cmd/rcm_daemon/common/dump_rcm.c
index d2adbf76e4..2cbe3b99d3 100644
--- a/usr/src/cmd/rcm_daemon/common/dump_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/dump_rcm.c
@@ -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,8 +19,8 @@
* CDDL HEADER END
*/
/*
- * Copyright (c) 2000 by Sun Microsystems, Inc.
- * All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
@@ -123,7 +122,7 @@ rcm_mod_init()
const char *
rcm_mod_info()
{
- return ("RCM Dump module %I%");
+ return ("RCM Dump module 1.3");
}
int
diff --git a/usr/src/cmd/rcm_daemon/common/filesys_rcm.c b/usr/src/cmd/rcm_daemon/common/filesys_rcm.c
index c7a5ce3765..44c31ef6c6 100644
--- a/usr/src/cmd/rcm_daemon/common/filesys_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/filesys_rcm.c
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -160,7 +160,7 @@ rcm_mod_init()
const char *
rcm_mod_info()
{
- return ("File system module %I%");
+ return ("File system module 1.9");
}
/*
diff --git a/usr/src/cmd/rcm_daemon/common/ip_anon_rcm.c b/usr/src/cmd/rcm_daemon/common/ip_anon_rcm.c
index 35fb7b8171..be9a31f952 100644
--- a/usr/src/cmd/rcm_daemon/common/ip_anon_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/ip_anon_rcm.c
@@ -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 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -136,7 +135,7 @@ rcm_mod_init()
const char *
rcm_mod_info()
{
- return ("RCM IP address module %I%");
+ return ("RCM IP address module 1.4");
}
int
diff --git a/usr/src/cmd/rcm_daemon/common/ip_rcm.c b/usr/src/cmd/rcm_daemon/common/ip_rcm.c
index f1e7b2931b..9801c2b18c 100644
--- a/usr/src/cmd/rcm_daemon/common/ip_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/ip_rcm.c
@@ -315,7 +315,7 @@ rcm_mod_info(void)
{
rcm_log_message(RCM_TRACE1, "IP: mod_info\n");
- return ("IP Multipathing module version %I%");
+ return ("IP Multipathing module version 1.23");
}
/*
diff --git a/usr/src/cmd/rcm_daemon/common/mpxio_rcm.c b/usr/src/cmd/rcm_daemon/common/mpxio_rcm.c
index bb17e5977b..b4539eafb7 100644
--- a/usr/src/cmd/rcm_daemon/common/mpxio_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/mpxio_rcm.c
@@ -151,7 +151,7 @@ rcm_mod_info()
{
rcm_log_message(RCM_TRACE1, "MPXIO: rcm_mod_info()\n");
- return (gettext("RCM MPxIO module %I%"));
+ return (gettext("RCM MPxIO module 1.6"));
}
/*
diff --git a/usr/src/cmd/rcm_daemon/common/network_rcm.c b/usr/src/cmd/rcm_daemon/common/network_rcm.c
index d4a6b0d00d..406eb4ff03 100644
--- a/usr/src/cmd/rcm_daemon/common/network_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/network_rcm.c
@@ -175,7 +175,7 @@ rcm_mod_init(void)
const char *
rcm_mod_info(void)
{
- return ("Network namespace module %I%");
+ return ("Network namespace module 1.13");
}
/*
diff --git a/usr/src/cmd/rcm_daemon/common/pool_rcm.c b/usr/src/cmd/rcm_daemon/common/pool_rcm.c
index 6a0e920cc0..16ac26e9f0 100644
--- a/usr/src/cmd/rcm_daemon/common/pool_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/pool_rcm.c
@@ -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 2003 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -108,7 +107,7 @@ rcm_mod_fini(void)
const char *
rcm_mod_info(void)
{
- return ("Pools RCM module %I%");
+ return ("Pools RCM module 1.4");
}
static int
diff --git a/usr/src/cmd/rcm_daemon/common/svm_rcm.c b/usr/src/cmd/rcm_daemon/common/svm_rcm.c
index e522ff4f3c..13a5933ca8 100644
--- a/usr/src/cmd/rcm_daemon/common/svm_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/svm_rcm.c
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -283,7 +283,7 @@ rcm_mod_init()
const char *
rcm_mod_info()
{
- return (gettext("Solaris Volume Manager module %I%"));
+ return (gettext("Solaris Volume Manager module 1.9"));
}
/*
diff --git a/usr/src/cmd/rcm_daemon/common/swap_rcm.c b/usr/src/cmd/rcm_daemon/common/swap_rcm.c
index f22c161a21..8b7bc0d2a9 100644
--- a/usr/src/cmd/rcm_daemon/common/swap_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/swap_rcm.c
@@ -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 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -137,7 +136,7 @@ rcm_mod_init()
const char *
rcm_mod_info()
{
- return ("RCM Swap module %I%");
+ return ("RCM Swap module 1.5");
}
int
diff --git a/usr/src/cmd/rcm_daemon/common/vlan_rcm.c b/usr/src/cmd/rcm_daemon/common/vlan_rcm.c
index 92847fee25..1177d5e384 100644
--- a/usr/src/cmd/rcm_daemon/common/vlan_rcm.c
+++ b/usr/src/cmd/rcm_daemon/common/vlan_rcm.c
@@ -184,7 +184,7 @@ rcm_mod_info(void)
{
rcm_log_message(RCM_TRACE1, "VLAN: mod_info\n");
- return ("VLAN module version %I%");
+ return ("VLAN module version 1.2");
}
/*