Updated login.defs
This commit is contained in:
parent
9b6b94c67d
commit
723b8bd999
@ -62,6 +62,10 @@ v0.71.0 27-Oct-2004
|
||||
are protected.
|
||||
In file areas, free downloads is now default for new areas.
|
||||
|
||||
mblogin:
|
||||
The file ~/etc/login.defs now has default the issue file
|
||||
enabled so that it also is displayed for incoming telnet users.
|
||||
|
||||
lang:
|
||||
Changed width of prompt 261.
|
||||
Added prompt 28.
|
||||
|
@ -44,12 +44,15 @@ install: all
|
||||
@if [ "`id -un`" != "root" ] ; then \
|
||||
echo; echo " Must be root to install!"; echo; exit 3; \
|
||||
fi
|
||||
${INSTALL} -c -s -o ${ROWNER} -g ${RGROUP} -m 6711 mbuseradd ${BINDIR}
|
||||
${INSTALL} -c -s -o ${ROWNER} -g ${RGROUP} -m 6711 mbpasswd ${BINDIR}
|
||||
${INSTALL} -c -s -o ${ROWNER} -g ${RGROUP} -m 0755 mblogin ${BINDIR}
|
||||
${INSTALL} -c -s -o ${ROWNER} -g ${RGROUP} -m 6711 mbuseradd ${BINDIR}
|
||||
${INSTALL} -c -s -o ${ROWNER} -g ${RGROUP} -m 6711 mbpasswd ${BINDIR}
|
||||
${INSTALL} -c -s -o ${ROWNER} -g ${RGROUP} -m 0755 mblogin ${BINDIR}
|
||||
@if [ ! -f ${ETCDIR}/login.defs ] ; then \
|
||||
${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 login.defs ${ETCDIR} ; \
|
||||
echo "${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 login.defs ${ETCDIR}" ; \
|
||||
${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 login.defs ${ETCDIR} ; \
|
||||
echo "${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 login.defs ${ETCDIR}" ; \
|
||||
else \
|
||||
${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 login.defs ${ETCDIR}/login.defs.new ; \
|
||||
echo "${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 login.defs ${ETCDIR}/login.defs.new" ; \
|
||||
fi
|
||||
|
||||
filelist: Makefile
|
||||
|
@ -56,7 +56,7 @@ LASTLOG_ENAB yes
|
||||
# If defined, this file will be output before each login prompt.
|
||||
# Should not be needed, mgetty and getty will do this already.
|
||||
#
|
||||
#ISSUE_FILE @prefix@/etc/issue
|
||||
ISSUE_FILE @prefix@/etc/issue
|
||||
|
||||
#
|
||||
# If defined, name of file whose presence which will inhibit non-root
|
||||
|
Reference in New Issue
Block a user