removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.

This commit is contained in:
Gunter Knauf 2008-02-10 01:32:43 +00:00
parent 08e5c0812f
commit 940c075bd8
2 changed files with 2 additions and 4 deletions

View File

@ -134,5 +134,4 @@ uninstall-hook:
ca-bundle: lib/mk-ca-bundle.pl
@echo "generate a fresh ca-bundle.crt"
@-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old
@perl $< -l -u lib/ca-bundle.crt
@perl $< -b -l -u lib/ca-bundle.crt

View File

@ -263,7 +263,6 @@ vc8:
ca-bundle: lib/mk-ca-bundle.pl
@echo "generate a fresh ca-bundle.crt"
@-mv -vbVt lib/ca-bundle.crt lib/ca-bundle.crt.old
@perl $< -l -u lib/ca-bundle.crt
@perl $< -b -l -u lib/ca-bundle.crt