mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix the install of /root/.login missed as part of r337849.
Approved by: re (rgrimes)
This commit is contained in:
parent
d8c069708e
commit
b4d1ec6c69
1 changed files with 4 additions and 1 deletions
|
|
@ -8,8 +8,11 @@
|
|||
|
||||
.include <src.opts.mk>
|
||||
|
||||
CONFGROUPS= ETC
|
||||
CONFGROUPS= ETC ROOT
|
||||
ETC= csh.cshrc csh.login csh.logout
|
||||
ROOT= dot.login
|
||||
ROOTDIR= /root
|
||||
ROOTNAME_dot.login= .login
|
||||
PACKAGE=runtime
|
||||
TCSHDIR= ${SRCTOP}/contrib/tcsh
|
||||
.PATH: ${TCSHDIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue