Author: glen Date: Sun Mar 6 10:41:54 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed %banner usage
---- Files affected: SPECS: webmin.spec (1.55 -> 1.56) , exim.spec (1.232 -> 1.233) , ipac-ng.spec (1.39 -> 1.40) , kdebase.spec (1.414 -> 1.415) , hc-cron.spec (1.89 -> 1.90) , monopd.spec (1.13 -> 1.14) , mailgraph.spec (1.28 -> 1.29) , kde-theme-mosfet-liquid.spec (1.18 -> 1.19) , net-snmp.spec (1.46 -> 1.47) , issue-nice.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/webmin.spec diff -u SPECS/webmin.spec:1.55 SPECS/webmin.spec:1.56 --- SPECS/webmin.spec:1.55 Fri Feb 4 15:22:09 2005 +++ SPECS/webmin.spec Sun Mar 6 11:41:46 2005 @@ -913,7 +913,7 @@ if [ -f /var/lock/subsys/webmin ]; then /etc/rc.d/init.d/webmin restart >&2 else - %banner %{name} -e << EOF + %banner %{name} -e <<EOF Run \"/etc/rc.d/init.d/webmin start\" to start webmin and use your web browser to go to: http://your_host_name:10000 @@ -2130,6 +2130,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.56 2005/03/06 10:41:46 glen +- fixed %banner usage + Revision 1.55 2005/02/04 14:22:09 pzurowski - BR: rpmbuild(macros) >= 1.176 due to: - %%banner support ================================================================ Index: SPECS/exim.spec diff -u SPECS/exim.spec:1.232 SPECS/exim.spec:1.233 --- SPECS/exim.spec:1.232 Sat Mar 5 01:08:42 2005 +++ SPECS/exim.spec Sun Mar 6 11:41:46 2005 @@ -256,7 +256,7 @@ if [ -f /var/lock/subsys/exim ]; then /etc/rc.d/init.d/%{name} restart >&2 else - %banner %{name} -e << EOF + %banner %{name} -e <<EOF Run \"/etc/rc.d/init.d/%{name} start\" to start exim daemon. EOF fi @@ -342,6 +342,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.233 2005/03/06 10:41:46 glen +- fixed %banner usage + Revision 1.232 2005/03/05 00:08:42 kosmo - distfiles error !? - regenerated md5sums ================================================================ Index: SPECS/ipac-ng.spec diff -u SPECS/ipac-ng.spec:1.39 SPECS/ipac-ng.spec:1.40 --- SPECS/ipac-ng.spec:1.39 Fri Feb 4 15:22:09 2005 +++ SPECS/ipac-ng.spec Sun Mar 6 11:41:46 2005 @@ -89,7 +89,7 @@ if [ -f /var/lock/subsys/ipac-ng ]; then /etc/rc.d/init.d/ipac-ng restart 1>&2 else - %banner %{name} -e << EOF + %banner %{name} -e <<EOF Run \"/etc/rc.d/init.d/ipac-ng start\" to setup ipac-ng rules. EOF fi @@ -120,6 +120,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.40 2005/03/06 10:41:46 glen +- fixed %banner usage + Revision 1.39 2005/02/04 14:22:09 pzurowski - BR: rpmbuild(macros) >= 1.176 due to: - %%banner support ================================================================ Index: SPECS/kdebase.spec diff -u SPECS/kdebase.spec:1.414 SPECS/kdebase.spec:1.415 --- SPECS/kdebase.spec:1.414 Sun Feb 27 19:10:40 2005 +++ SPECS/kdebase.spec Sun Mar 6 11:41:46 2005 @@ -1314,7 +1314,7 @@ %post -n kdm /sbin/chkconfig --add kdm if [ -f /var/lock/subsys/kdm ]; then - %banner kdm -e << EOF + %banner kdm -e <<EOF *************************************************** * * * NOTE: * @@ -1330,7 +1330,7 @@ EOF else - %banner kdm -e << EOF + %banner kdm -e <<EOF Run \"/etc/rc.d/init.d/kdm start\" to start kdm. fi @@ -2664,6 +2664,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.415 2005/03/06 10:41:46 glen +- fixed %banner usage + Revision 1.414 2005/02/27 18:10:40 saq - introducing Seesar Search support ================================================================ Index: SPECS/hc-cron.spec diff -u SPECS/hc-cron.spec:1.89 SPECS/hc-cron.spec:1.90 --- SPECS/hc-cron.spec:1.89 Sun Feb 27 15:54:05 2005 +++ SPECS/hc-cron.spec Sun Mar 6 11:41:46 2005 @@ -129,7 +129,7 @@ if [ -f /var/lock/subsys/crond ]; then /etc/rc.d/init.d/crond restart >&2 else - %banner %{name} -e << EOF + %banner %{name} -e <<EOF Run \"/etc/rc.d/init.d/crond start\" to start cron daemon. EOF # " @@ -203,6 +203,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.90 2005/03/06 10:41:46 glen +- fixed %banner usage + Revision 1.89 2005/02/27 14:54:05 glen - adapterized ================================================================ Index: SPECS/monopd.spec diff -u SPECS/monopd.spec:1.13 SPECS/monopd.spec:1.14 --- SPECS/monopd.spec:1.13 Fri Feb 4 15:22:09 2005 +++ SPECS/monopd.spec Sun Mar 6 11:41:46 2005 @@ -55,7 +55,7 @@ if [ -f /var/lock/subsys/monopd ]; then /etc/rc.d/init.d/monopd restart >&2 else - %banner %{name} -e << EOF + %banner %{name} -e <<EOF Run \"/etc/rc.d/init.d/monopd start\" to start monopd. EOF fi @@ -84,6 +84,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2005/03/06 10:41:46 glen +- fixed %banner usage + Revision 1.13 2005/02/04 14:22:09 pzurowski - BR: rpmbuild(macros) >= 1.176 due to: - %%banner support ================================================================ Index: SPECS/mailgraph.spec diff -u SPECS/mailgraph.spec:1.28 SPECS/mailgraph.spec:1.29 --- SPECS/mailgraph.spec:1.28 Fri Feb 4 15:22:09 2005 +++ SPECS/mailgraph.spec Sun Mar 6 11:41:46 2005 @@ -78,7 +78,7 @@ if [ -f /var/lock/subsys/%{name} ]; then /etc/rc.d/init.d/%{name} restart 1>&2 else - %banner %{name} -e << EOF + %banner %{name} -e <<EOF Run \"/etc/rc.d/init.d/%{name} start\" to start %{name} daemon. EOF fi @@ -119,6 +119,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2005/03/06 10:41:46 glen +- fixed %banner usage + Revision 1.28 2005/02/04 14:22:09 pzurowski - BR: rpmbuild(macros) >= 1.176 due to: - %%banner support ================================================================ Index: SPECS/kde-theme-mosfet-liquid.spec diff -u SPECS/kde-theme-mosfet-liquid.spec:1.18 SPECS/kde-theme-mosfet-liquid.spec:1.19 --- SPECS/kde-theme-mosfet-liquid.spec:1.18 Fri Feb 4 15:22:09 2005 +++ SPECS/kde-theme-mosfet-liquid.spec Sun Mar 6 11:41:46 2005 @@ -56,7 +56,7 @@ %post /sbin/ldconfig -%banner %{name} -e << EOF +%banner %{name} -e <<EOF You may have to run kinstalltheme for this theme to become available in currently opened sessions. EOF @@ -83,6 +83,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2005/03/06 10:41:46 glen +- fixed %banner usage + Revision 1.18 2005/02/04 14:22:09 pzurowski - BR: rpmbuild(macros) >= 1.176 due to: - %%banner support ================================================================ Index: SPECS/net-snmp.spec diff -u SPECS/net-snmp.spec:1.46 SPECS/net-snmp.spec:1.47 --- SPECS/net-snmp.spec:1.46 Sat Feb 26 16:22:29 2005 +++ SPECS/net-snmp.spec Sun Mar 6 11:41:46 2005 @@ -459,7 +459,7 @@ if [ -f /var/lock/subsys/snmpd ]; then /etc/rc.d/init.d/snmpd restart >&2 else - %banner %{name} -e << EOF + %banner %{name} -e <<EOF Run \"/etc/rc.d/init.d/snmpd start\" to start snmpd daemon. EOF fi @@ -482,7 +482,7 @@ if [ -f /var/lock/subsys/snmptrapd ]; then /etc/rc.d/init.d/snmptrapd restart >&2 else - %banner %{name}-snmptrapd -e << EOF + %banner %{name}-snmptrapd -e <<EOF Run \"/etc/rc.d/init.d/snmptrapd start\" to start snmp trap daemon. EOF fi @@ -650,6 +650,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.47 2005/03/06 10:41:46 glen +- fixed %banner usage + Revision 1.46 2005/02/26 15:22:29 qboosh - updated to 5.2.1, updated config-noflags patch; v1 still doesn't work ================================================================ Index: SPECS/issue-nice.spec diff -u SPECS/issue-nice.spec:1.18 SPECS/issue-nice.spec:1.19 --- SPECS/issue-nice.spec:1.18 Fri Feb 4 15:22:09 2005 +++ SPECS/issue-nice.spec Sun Mar 6 11:41:46 2005 @@ -232,7 +232,7 @@ rm -rf $RPM_BUILD_ROOT %post -%banner %{name} -e << EOF +%banner %{name} -e <<EOF If you want to see an image, remember to adjust your /etc/inittab line like this: 2:2345:respawn:/usr/sbin/fbgetty --issue=/etc/issue.0.fb tty2 @@ -262,6 +262,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2005/03/06 10:41:46 glen +- fixed %banner usage + Revision 1.18 2005/02/04 14:22:09 pzurowski - BR: rpmbuild(macros) >= 1.176 due to: - %%banner support ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/webmin.spec?r1=1.55&r2=1.56&f=u http://cvs.pld-linux.org/SPECS/exim.spec?r1=1.232&r2=1.233&f=u http://cvs.pld-linux.org/SPECS/ipac-ng.spec?r1=1.39&r2=1.40&f=u http://cvs.pld-linux.org/SPECS/kdebase.spec?r1=1.414&r2=1.415&f=u http://cvs.pld-linux.org/SPECS/hc-cron.spec?r1=1.89&r2=1.90&f=u http://cvs.pld-linux.org/SPECS/monopd.spec?r1=1.13&r2=1.14&f=u http://cvs.pld-linux.org/SPECS/mailgraph.spec?r1=1.28&r2=1.29&f=u http://cvs.pld-linux.org/SPECS/kde-theme-mosfet-liquid.spec?r1=1.18&r2=1.19&f=u http://cvs.pld-linux.org/SPECS/net-snmp.spec?r1=1.46&r2=1.47&f=u http://cvs.pld-linux.org/SPECS/issue-nice.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit