Skip to content

Commit 1965e83

Browse files
committed
chore: comments
1 parent 2822ce6 commit 1965e83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

files/fs.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ func ownedByFilesystem(path string) bool {
1313
}
1414

1515
// 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
1718
var fsPaths = []string{
1819
"/afs",
1920
"/bin",
@@ -215,7 +216,7 @@ var fsPaths = []string{
215216
"/var/yp",
216217
}
217218

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
219220
var logrotatePaths = []string{
220221
"/etc/logrotate.d",
221222
"/usr/lib/.build-id",

0 commit comments

Comments
 (0)