Index: sles/cvsnt.spec.in =================================================================== RCS file: /cvs/cvsnt/sles/cvsnt.spec.in,v retrieving revision 1.1.2.11 diff -c -r1.1.2.11 cvsnt.spec.in *** sles/cvsnt.spec.in 15 Feb 2010 15:37:17 -0000 1.1.2.11 --- sles/cvsnt.spec.in 3 Mar 2010 02:58:11 -0000 *************** *** 224,229 **** --- 224,231 ---- %post %{_prefix}/lib64/cvsnt/register-cvsnt i + chown -R root:root %{_prefix}/lib64/cvsnt + chmod -R 755 %{_prefix}/lib64/cvsnt %preun %{_prefix}/lib64/cvsnt/register-cvsnt u Index: sles/register-cvsnt =================================================================== RCS file: /cvs/cvsnt/sles/register-cvsnt,v retrieving revision 1.1.2.1 diff -c -r1.1.2.1 register-cvsnt *** sles/register-cvsnt 12 Feb 2010 17:37:42 -0000 1.1.2.1 --- sles/register-cvsnt 3 Mar 2010 03:20:52 -0000 *************** *** 1,6 **** #!/bin/sh ! WGET=`which wget` if [ "x$WGET" == "x" ]; then exit 0 fi --- 1,6 ---- #!/bin/sh ! WGET=`which wget 2> /dev/null` if [ "x$WGET" == "x" ]; then exit 0 fi