mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 01:21:44 +00:00
Added conserver to /etc/services - Line #81
This commit is contained in:
parent
34b371206c
commit
33531a30d7
@ -76,6 +76,12 @@ make
|
||||
|
||||
|
||||
%post
|
||||
# Make sure /etc/services has a conserver entry
|
||||
#
|
||||
if ! egrep conserver /etc/services > /dev/null 2>&1 ; then
|
||||
echo "console 782/tcp conserver" >> /etc/services
|
||||
fi
|
||||
|
||||
# Remove any existing entry, then add the current one
|
||||
#
|
||||
rmitab "conserver" > /dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user