Diff
Logged in as anonymous

Differences From Artifact [edc120aa7a]:

To Artifact [86138ffb9c]:


1
2
3
4
5
6
7
# vim:ft=make:

pwcheck: mountlate syslogd
	: Checking password lock file.
.if exists(/etc/ptmp)
	logger -s -p auth.err "password file may be incorrect -- /etc/ptmp exists"
.endif
<
<

|





1
2
3
4
5


pwcheck: mountlate syslogd
	echo "MRC:$@> Checking password lock file."
.if exists(/etc/ptmp)
	logger -s -p auth.err "password file may be incorrect -- /etc/ptmp exists"
.endif