diff options
| author | Remko Lodder <remko@FreeBSD.org> | 2008-03-25 15:16:19 +0000 |
|---|---|---|
| committer | Remko Lodder <remko@FreeBSD.org> | 2008-03-25 15:16:19 +0000 |
| commit | 1fa09c8b65ec27498dc485b8cb48044d8f238fb9 (patch) | |
| tree | 1523ad5fa8f78f51353ed6436df0c15cab786ccc /etc | |
| parent | e03efb02bca6c56144bb4b4059b8956fdb6343e4 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/periodic/security/410.logincheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/periodic/security/410.logincheck b/etc/periodic/security/410.logincheck index ab4ab65e0087b..f6cf4052bd7a1 100644 --- a/etc/periodic/security/410.logincheck +++ b/etc/periodic/security/410.logincheck @@ -39,7 +39,7 @@ case "$daily_status_security_logincheck_enable" in [Yy][Ee][Ss]) echo "" echo 'Checking login.conf permissions:' - if [ -G /etc/login.conf -a -O /etc/login.conf ] then + if [ -G /etc/login.conf -a -O /etc/login.conf ]; then n=0 else echo "Bad ownership of /etc/login.conf" |
