mirror of
https://github.com/xcat2/xcat-dep.git
synced 2025-08-25 12:40:22 +00:00
If the .spec removes the necessary /var/log/consoles directory it should also create it - Line #81
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user