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

If the .spec removes the necessary /var/log/consoles directory it should also create it - Line #81

This commit is contained in:
sakolish 2008-03-28 13:59:47 +00:00
parent 33531a30d7
commit 39cf20da02

View File

@ -76,6 +76,10 @@ make
%post
# Create necessary console directories
#
mkdir -p /var/log/consoles
# Make sure /etc/services has a conserver entry
#
if ! egrep conserver /etc/services > /dev/null 2>&1 ; then