Commit 1965e83 1 parent 2822ce6 commit 1965e83 Copy full SHA for 1965e83
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ func ownedByFilesystem(path string) bool {
13
13
}
14
14
15
15
// yum install yum-utils
16
- // from: repoquery --installed -l filesystem | while read -r f; do test -d "\"$f\"," && echo $f; done
16
+
17
+ // repoquery --installed -l filesystem | while read -r f; do test -d "\"$f\"," && echo $f; done
17
18
var fsPaths = []string {
18
19
"/afs" ,
19
20
"/bin" ,
@@ -215,7 +216,7 @@ var fsPaths = []string{
215
216
"/var/yp" ,
216
217
}
217
218
218
- // from: repoquery --installed -l logrotate | while read -r f; do test -d "\"$f\"," && echo $f; done
219
+ // repoquery --installed -l logrotate | while read -r f; do test -d "\"$f\"," && echo $f; done
219
220
var logrotatePaths = []string {
220
221
"/etc/logrotate.d" ,
221
222
"/usr/lib/.build-id" ,
You can’t perform that action at this time.
0 commit comments