We don't need to create users

This commit is contained in:
Neale Pickett 2010-03-03 12:25:12 -07:00
parent 50656d2da3
commit 393960c12e
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ install: base-install $(INSTALL_TARGETS)
base-install:
id $(USERNAME) || useradd --system --shell /bin/false --home $(VAR) \
--comment "Capture The Flag" $(USERNAME)
install --directory $(LIB) $(BIN) $(SBIN)
install --directory --owner=$(USERNAME) $(VAR)
install --directory --owner=$(USERNAME) $(WWW)