diff options
author | danger <danger@FreeBSD.org> | 2008-07-01 21:54:08 +0000 |
---|---|---|
committer | danger <danger@FreeBSD.org> | 2008-07-01 21:54:08 +0000 |
commit | 0739111e2a4030f5345e082e7d433fe861ac07e0 (patch) | |
tree | eb8684bfc1b179b1a790e3b742bc667d6eee914e /ObsoleteFiles.inc | |
parent | 0938e82123800a888f9c29a128e7b7cd79c614a9 (diff) | |
download | FreeBSD-src-0739111e2a4030f5345e082e7d433fe861ac07e0.zip FreeBSD-src-0739111e2a4030f5345e082e7d433fe861ac07e0.tar.gz |
The example wpa_supplicant.conf file has been moved to share/examples/etc/,
see r180158 for references
Approved by: brooks
MFC after: 3 days
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index bba36bb..73f7ae8 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14,6 +14,9 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20080701: wpa_supplicant.conf moved to share/examples/etc/ +OLD_FILES+=usr/share/examples/wpa_supplicant/wpa_supplicant.conf +OLD_DIRS+=usr/share/examples/wpa_supplicant # 20080614: sgtty removed OLD_FILES+=usr/include/sys/ttychars.h OLD_FILES+=usr/include/sys/ttydev.h |