View | Details | Raw Unified | Return to bug 223329
Collapse All | Expand All

(-)files/patch-wtf (+13 lines)
Line 0 Link Here
1
--- wtf.orig	2015-07-02 11:27:32.000000000 +0000
2
+++ wtf
3
@@ -87,8 +87,8 @@
4
 		continue
5
 	fi
6
 
7
-	# Try pkg_info(1) next
8
-	ans="$(pkg_info -qc "$i" 2> /dev/null)"
9
+	# Try pkg-info(8) next
10
+	ans="$(pkg info -q --comment "$i" 2> /dev/null)"
11
 	if [ $? -eq 0 ]; then
12
 		echo "$i: $ans"
13
 		continue

Return to bug 223329