Skip to content

Commit

Permalink
Recreate master.passwd file after devel creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mekanix committed Dec 17, 2017
1 parent cf2cc44 commit 0d6020d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/service.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ up: setup
@sudo cbsd jexec jname=${SERVICE} pw groupadd devel -g ${GID}
@sudo cbsd jexec jname=${SERVICE} pw useradd devel -u ${UID} -g devel -s /bin/tcsh -G wheel,operator -m
@sudo cbsd jexec jname=${SERVICE} chpass -p '$6$MIv4IXAika7jqFH2$GkYSBax0G9CIBG0DcgQMP5gG7Qt.CojExDcU7YOQy0K.pouAd.edvo/MaQPhVO0fISxjOD4J1nzRsGVXUAxGp1' devel
@sudo cbsd jexec jname=${SERVICE} pwd_mkdb /etc/master.passwd
.endif
.else
@echo 'Deleting user "devel"'
Expand Down

0 comments on commit 0d6020d

Please sign in to comment.