diff options
author | Bill Nottingham <notting@redhat.com> | 1999-04-15 13:53:34 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-04-15 13:53:34 +0000 |
commit | ea3bd14beeed36d0f761e3277678623cde13a586 (patch) | |
tree | b99d057c15f5c4e2ee4ea2f9d5c808dfbb172b6e /rc.d/init.d/single | |
parent | ec8b3f7b5048defd1506f9419392f06c3b64fcf1 (diff) | |
download | initscripts-ea3bd14beeed36d0f761e3277678623cde13a586.tar initscripts-ea3bd14beeed36d0f761e3277678623cde13a586.tar.gz initscripts-ea3bd14beeed36d0f761e3277678623cde13a586.tar.bz2 initscripts-ea3bd14beeed36d0f761e3277678623cde13a586.tar.xz initscripts-ea3bd14beeed36d0f761e3277678623cde13a586.zip |
dpn't run rpmnew scripts either
Diffstat (limited to 'rc.d/init.d/single')
-rwxr-xr-x | rc.d/init.d/single | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/init.d/single b/rc.d/init.d/single index 0f061b8a..0bcb9dab 100755 --- a/rc.d/init.d/single +++ b/rc.d/init.d/single @@ -42,6 +42,7 @@ for i in /etc/rc.d/rc1.d/S[0-9][0-9]*; do # Don't run [KS]??foo.{rpmsave,rpmorig} scripts [ "${i%.rpmsave}" != "${i}" ] && continue [ "${i%.rpmorig}" != "${i}" ] && continue + [ "${i%.rpmnew}" != "${i}" ] && continue [ "$i" = "/etc/rc.d/rc1.d/S00single" ] && continue $i start done |