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:
parent
33531a30d7
commit
39cf20da02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user