cas-admin | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit cf32bb5f1f60cfd74be4dd61036303eef50d3652
Author: adam stokes <uzr(a)jak.rebo>
Date: Fri Dec 11 10:48:10 2009 -0500
- put note in for -L in find
diff --git a/cas-admin b/cas-admin
index 2e575d8..bbf0735 100755
--- a/cas-admin
+++ b/cas-admin
@@ -63,6 +63,8 @@ class CasDatabaseHandler(object):
# Uses emacs regex -- see `man find`
# TODO: rework kernel filtering to expand scope
# beyond just debuginfo rpms.
+ # XXX: RHEL4 version doesn't have -L option to follow
+ # symlink, please remove if running on previous distro.
cmd = ["find", "-L", KERNELS, "-iregex", RPMFILTER]
pipe = Popen(cmd, stdout=PIPE, stderr=PIPE)
# setup count for kernels found, mainly for console output