make system.users look nicer

This commit is contained in:
Chris PeBenito 2005-09-22 14:42:49 +00:00
parent 90e497f586
commit fb2817da70
1 changed files with 2 additions and 1 deletions

View File

@ -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