diff options
author | 2013-03-21 21:04:53 +0000 | |
---|---|---|
committer | 2013-03-21 21:04:53 +0000 | |
commit | 5b7d2a64fd3d4224c8742f752936221371d08bf2 (patch) | |
tree | d039757d0fa6b1f5f5de3d871f182011381cc62e | |
parent | re-add a build fix for vax that was overwritten by the update (diff) | |
download | wireguard-openbsd-5b7d2a64fd3d4224c8742f752936221371d08bf2.tar.xz wireguard-openbsd-5b7d2a64fd3d4224c8742f752936221371d08bf2.zip |
keep track of nginx.conf and nginx's mime.types file
from Ryan Kavanagh <rak@debian.org>
-rw-r--r-- | etc/changelist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/changelist b/etc/changelist index 7fe6115b966..51174f7a15c 100644 --- a/etc/changelist +++ b/etc/changelist @@ -1,4 +1,4 @@ -# $OpenBSD: changelist,v 1.78 2012/12/31 22:04:20 schwarze Exp $ +# $OpenBSD: changelist,v 1.79 2013/03/21 21:04:53 robert Exp $ # # List of files which the security script backs up and checks # for modifications. @@ -93,6 +93,8 @@ /etc/netstart /etc/networks /etc/newsyslog.conf +/etc/nginx/mime.types +/etc/nginx/nginx.conf /etc/npppd/npppd.conf +/etc/npppd/npppd-users /etc/nsd.conf |