Displaying 1 result from an estimated 1 matches for "snvserv".
Did you mean:
snvserve
2014 Mar 13
1
Are the "centos.org" AMIs in the EC2 marketplace "official"? locale breakage in 6.4 AMI
...-rw-r--r--. 1 root root 312655 Mar 13 14:03 subversion.mo
Uninstalling and reinstalling the RPM doesn't help.
There are no crazy install scripts, either.
[root at dns-east svn]# rpm -qp --scripts
../subversion-1.6.11-10.el6_5.x86_64.rpm
postinstall scriptlet (using /bin/sh):
# Register the snvserve service
/sbin/chkconfig --add svnserve 2>&1
/sbin/ldconfig
preuninstall scriptlet (using /bin/sh):
if [ $1 = 0 ]; then
/sbin/service svnserve stop > /dev/null 2>&1 || :
/sbin/chkconfig --del svnserve > /dev/null 2>&1 || :
fi
postuninstall program: /sbin/ldconfi...