make system.users look nicer
This commit is contained in:
parent
90e497f586
commit
fb2817da70
|
@ -275,7 +275,8 @@ $(USERPATH)/system.users: $(M4SUPPORT) tmp/generated_definitions.conf $(USER_FIL
|
|||
@echo "# Please edit local.users to make local changes." >> tmp/system.users
|
||||
@echo "#" >> tmp/system.users
|
||||
$(QUIET) m4 -D self_contained_policy $(M4PARAM) $^ | \
|
||||
egrep -v "^[[:blank:]]*($$|#)" >> tmp/system.users
|
||||
egrep -v "^[[:blank:]]*($$|#)" | \
|
||||
sed -r -e 's/^[[:blank:]]+//' >> tmp/system.users
|
||||
$(QUIET) install -m 644 tmp/system.users $@
|
||||
|
||||
$(USERPATH)/local.users: config/local.users
|
||||
|
|
Loading…
Reference in New Issue