svn commit: r302930 - head/ports-mgmt/pkg

Pietro Cerutti gahr at FreeBSD.org
Wed Aug 22 10:18:41 UTC 2012


Author: gahr
Date: Wed Aug 22 10:18:41 2012
New Revision: 302930
URL: http://svn.freebsd.org/changeset/ports/302930

Log:
  - Fix prompt sign in pkg-message, pkg2ng must be run as root
  
  Approved by:	bapt (portmgr)

Modified:
  head/ports-mgmt/pkg/pkg-message

Modified: head/ports-mgmt/pkg/pkg-message
==============================================================================
--- head/ports-mgmt/pkg/pkg-message	Wed Aug 22 08:47:09 2012	(r302929)
+++ head/ports-mgmt/pkg/pkg-message	Wed Aug 22 10:18:41 2012	(r302930)
@@ -1,3 +1,3 @@
 If you are upgrading from the old package format, first run:
 
-  $ pkg2ng
+  # pkg2ng



More information about the svn-ports-all mailing list