summaryrefslogtreecommitdiff
path: root/tools/lvmchange.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2001-10-03 20:38:07 +0000
committerAlasdair Kergon <agk@redhat.com>2001-10-03 20:38:07 +0000
commitb39630bdb761396e7e58c3a8a209d4b0ad13e08e (patch)
treedc6ea6cbb3a9a905c40c271b9c53f4c3555ad78e /tools/lvmchange.c
parent317919c7c654ebd7736b189d40a4dfc8e0c3be8b (diff)
downloadlvm2-b39630bdb761396e7e58c3a8a209d4b0ad13e08e.tar.gz
vgcreate & lvmchange outlines
Diffstat (limited to 'tools/lvmchange.c')
-rw-r--r--tools/lvmchange.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/lvmchange.c b/tools/lvmchange.c
new file mode 100644
index 000000000..3e49f9711
--- /dev/null
+++ b/tools/lvmchange.c
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2001 Sistina Software
+ *
+ * LVM is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * LVM is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with LVM; see the file COPYING. If not, write to
+ * the Free Software Foundation, 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ */
+
+#include "tools.h"
+
+int lvmchange(int argc, char **argv) {
+ log_print("With the device mapper, this program is obsolete.");
+ return 0;
+}
+