2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00

Add conserver port to /etc/services - Line #80

This commit is contained in:
sakolish 2008-03-21 19:39:19 +00:00
parent 78880ea7f5
commit 5d5fdd1206

View File

@ -77,7 +77,7 @@ if [ -x %{_initrddir}/conserver ]; then
/sbin/chkconfig --add conserver
fi
# make sure /etc/services has a conserver entry
if ! egrep '\<conserver\>' /etc/services > /dev/null 2>&1 ; then
if ! egrep conserver /etc/services > /dev/null 2>&1 ; then
echo "console 782/tcp conserver" >> /etc/services
fi