PERFORCE change 81582 for review

soc-cjones soc-cjones at FreeBSD.org
Sun Aug 7 00:44:45 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=81582

Change 81582 by soc-cjones at soc-cjones_ishtar on 2005/08/07 00:44:22

	Duh.  We do in fact want to call the 'rename' verb when renaming.  Silly me.

Affected files ...

.. //depot/projects/soc2005/gvinum/src/sbin/gvinum/gvinum.c#5 edit

Differences ...

==== //depot/projects/soc2005/gvinum/src/sbin/gvinum/gvinum.c#5 (text+ko) ====

@@ -801,7 +801,7 @@
 
 	req = gctl_get_handle();
 	gctl_ro_param(req, "class", -1, "VINUM");
-        gctl_ro_param(req, "verb", -1, "move");
+        gctl_ro_param(req, "verb", -1, "rename");
         gctl_ro_param(req, "cmd", -1, cmd);
         gctl_ro_param(req, "argc", sizeof(int), &argc);
         gctl_ro_param(req, "flags", sizeof(int), &flags);


More information about the p4-projects mailing list