diff options
| author | Herbert J. Skuhra <herbert@gojira.at> | 2021-12-03 00:44:55 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-12-03 01:05:55 +0000 |
| commit | a58135eb092748caf383bc82306af522ff311d9d (patch) | |
| tree | 774e7854be0d2defe7673b89901832a5690f497b | |
| parent | 4b72b91a7132df1f77bbae194e1071ac621f1edb (diff) | |
| download | src-a58135eb092748caf383bc82306af522ff311d9d.tar.gz src-a58135eb092748caf383bc82306af522ff311d9d.zip | |
OptionalObsoleteFiles.inc: Add rc.d/zfskeys
While here, sort the etc/rc.d entries.
PR: 256483
Reviewed by: allanjude
Approved by: allanjude (src)
MFC after: 3 days
Sponsored by: Modirum MDPay
Sponsored by: Klara Inc.
Differential Revision: https://reviews.freebsd.org/D33238
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index e6b1b1909771..02406a3c43e2 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1118,8 +1118,9 @@ OLD_FILES+=boot/gptzfsboot OLD_FILES+=boot/zfsboot OLD_FILES+=boot/zfsloader OLD_FILES+=etc/rc.d/zfs -OLD_FILES+=etc/rc.d/zfsd OLD_FILES+=etc/rc.d/zfsbe +OLD_FILES+=etc/rc.d/zfsd +OLD_FILES+=etc/rc.d/zfskeys OLD_FILES+=etc/rc.d/zvol OLD_FILES+=etc/devd/zfs.conf OLD_FILES+=etc/periodic/daily/404.status-zfs |
