Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 2010 07:32:34 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 177991 for review
Message-ID:  <201005090732.o497WYDn046446@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@177991?ac=10

Change 177991 by gcooper@gcooper-bayonetta on 2010/05/09 07:32:31

	Comment and Desc won't necessarily exist yet.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/create/main.c#6 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/create/main.c#6 (text+ko) ====

@@ -138,11 +138,11 @@
 	    break;
 
 	case 'c':
-	    RESOLVE_PATH(Comment, optarg);
+	    Comment = optarg;
 	    break;
 
 	case 'd':
-	    RESOLVE_PATH(Desc, optarg);
+	    Desc = optarg;
 	    break;
 
 	case 'i':



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005090732.o497WYDn046446>