Author: glen Date: Mon Dec 19 11:08:54 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - allow no errors from trans scriptlets
---- Files affected: SPECS: apache.spec (1.441 -> 1.442) ---- Diffs: ================================================================ Index: SPECS/apache.spec diff -u SPECS/apache.spec:1.441 SPECS/apache.spec:1.442 --- SPECS/apache.spec:1.441 Sun Dec 18 23:16:59 2005 +++ SPECS/apache.spec Mon Dec 19 12:08:48 2005 @@ -38,7 +38,7 @@ Summary(tr): Lider WWW tarayýcý Name: apache Version: 2.2.0 -Release: 0.81 +Release: 0.82 License: Apache Group License Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -1852,6 +1852,7 @@ # new module packages issue error as first installed over 2.0 installation mv -f /var/lock/subsys/httpd{,.disabled} 2>/dev/null fi +exit 0 %post base /sbin/chkconfig --add httpd @@ -1931,6 +1932,7 @@ # restart webserver at the end of transaction %service httpd restart +exit 0 # macro called at module post scriptlet %define module_post \ @@ -2491,6 +2493,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.442 2005/12/19 11:08:48 glen +- allow no errors from trans scriptlets + Revision 1.441 2005/12/18 22:16:59 glen - fix typo - complete suexec todo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.441&r2=1.442&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
