]> granicus.if.org Git - vnstat/commitdiff
remove references to deleted files
authorTeemu Toivola <git@humdi.net>
Tue, 13 Mar 2018 21:31:30 +0000 (23:31 +0200)
committerTeemu Toivola <git@humdi.net>
Tue, 13 Mar 2018 21:31:30 +0000 (23:31 +0200)
Makefile.am
Makefile.in
README
README.md

index 804c0e89db79ab1d993e8a7850a6b9469219fcfe..9fb2546d46e7ba34d1f2c067732d5a6a8de092fe 100644 (file)
@@ -3,7 +3,7 @@ AM_CFLAGS = @CFLAG_EXTRAS@
 
 dist_man_MANS = man/vnstat.1 man/vnstat.conf.5 man/vnstatd.1 man/vnstati.1
 
-EXTRA_DIST = cfg examples UPGRADE CHANGES FAQ INSTALL_BSD INSTALL_OSX UNINSTALL
+EXTRA_DIST = cfg examples UPGRADE CHANGES FAQ INSTALL_BSD UNINSTALL
 
 bin_PROGRAMS = vnstat
 sbin_PROGRAMS = vnstatd
index ffc18ce823472316b12e08aabebf41480d55df13..e8b3b8824af57d457e56cbc3a58ee03defbda4b7 100644 (file)
@@ -612,7 +612,7 @@ top_srcdir = @top_srcdir@
 SUBDIRS = .
 AM_CFLAGS = @CFLAG_EXTRAS@
 dist_man_MANS = man/vnstat.1 man/vnstat.conf.5 man/vnstatd.1 man/vnstati.1
-EXTRA_DIST = cfg examples UPGRADE CHANGES FAQ INSTALL_BSD INSTALL_OSX UNINSTALL
+EXTRA_DIST = cfg examples UPGRADE CHANGES FAQ INSTALL_BSD UNINSTALL
 vnstati_LDADD = @IMAGELIBS@
 vnstat_SOURCES = src/vnstat.c src/vnstat.h \
   src/ifinfo.c src/ifinfo.h \
diff --git a/README b/README
index 7ebc3e38ba879cdc8731505feda0822f6a8d6e2f..1d7103332ca3a1cc9e3ea08363870e35cd0e936a 100644 (file)
--- a/README
+++ b/README
@@ -22,8 +22,7 @@ Getting started
 :::::::::::::::
 
  vnStat works best when installed. See the INSTALL or INSTALL_BSD file
- depending on used operating system. Experimental instructions for OS X
- are available in the INSTALL_OSX file. These files contain all needed
+ depending on used operating system. These files contain all needed
  information for the installing process. Instructions for upgrading from
  a previous version are included in the UPGRADE file.
 
index 3fd3a57a5b0e4bd00ff10ffd540ad3037482bad3..75b83d02ef17088cae016d4b3b2021803b4141d4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,8 +34,7 @@ Development version (not recommended currently, documentation not up to date)
   2. ``cd vnstat``
 
 In both cases, continue with instructions from the INSTALL or INSTALL_BSD file
-depending on used operating system. Experimental instructions for OS X are
-available in the INSTALL_OSX file. Instructions for upgrading from a previous
+depending on used operating system. Instructions for upgrading from a previous
 version are included in the UPGRADE file.
 
 ## Current development status