|
|
@@ -292,7 +292,7 @@ for cmd in $cmds; do
|
|
|
|
|
|
# check for upgraded package with unresolved configuration file conflicts
|
|
|
if [ -d "$prefix/etc/$s_name" -a ".$eval" != .1 ]; then
|
|
|
- if [ ".`find $prefix/etc/$s_name -print 2>/dev/null | egrep '.*\.rpm(new|orig|save)$'`" != . ]; then
|
|
|
+ if [ ".`find $prefix/etc/$s_name -type f -print 2>/dev/null | egrep -v '.*/\.(snap|snapshot)/.*' | egrep '.*\.rpm(new|orig|save)$'`" != . ]; then
|
|
|
case "$cmd" in
|
|
|
start|restart ) type="ERROR" ;;
|
|
|
* ) type="WARNING" ;;
|