mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Fix a stray character that found its way into a filename.
This commit is contained in:
parent
81bda851db
commit
d15413fe2f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87956
@ -63,7 +63,7 @@ case "$daily_status_security_chkmounts_enable" in
|
||||
echo "${host} changes in mounted filesystems:"
|
||||
diff -b ${LOG}/mount.today ${TMP}
|
||||
mv ${LOG}/mount.today ${LOG}/mount.yesterday || rc=3
|
||||
mv ${TMP} ${LOG}/mount}.today || rc=3
|
||||
mv ${TMP} ${LOG}/mount.today || rc=3
|
||||
fi
|
||||
fi
|
||||
rm -f ${TMP};;
|
||||
|
Loading…
Reference in New Issue
Block a user