mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 01:59:01 -05:00
Add empty /var/log/slip.log creation to distribution: target where
other empty logs created. Pointed by Bruce.
This commit is contained in:
parent
ad6ca346f2
commit
94de173773
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
|
||||
# $Id: Makefile,v 1.128 1995/12/02 21:02:02 peter Exp $
|
||||
# $Id: Makefile,v 1.129 1995/12/31 17:06:56 joerg Exp $
|
||||
|
||||
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
|
||||
# -rw-r--r--
|
||||
|
|
@ -210,6 +210,8 @@ distribution:
|
|||
${DESTDIR}/var/log/lastlog
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
||||
${DESTDIR}/var/log/messages
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
|
||||
${DESTDIR}/var/log/slip.log
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
||||
${DESTDIR}/var/log/wtmp
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
||||
|
|
|
|||
Loading…
Reference in a new issue