diff options
author | Allan Jude <allanjude@FreeBSD.org> | 2020-07-14 00:46:20 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2020-07-14 00:46:20 +0000 |
commit | 4cf6caac2f8cfe191833119243821652570fe4fa (patch) | |
tree | 4d7c5b45f220cbe377aa85074e896eccf07766d8 | |
parent | 800535c2caf21df3a4b2609c430ed5165ceae2ad (diff) | |
download | src-4cf6caac2f8cfe191833119243821652570fe4fa.tar.gz src-4cf6caac2f8cfe191833119243821652570fe4fa.zip |
Actually install the new 221.backup-gpart periodic script
Submitted by: Rob Fairbanks <rob.fx907@gmail.com>
Reported by: Michael Butler <imb@protected-networks.net>
MFC with: r363110
Sponsored by: Klara Inc.
Notes
Notes:
svn path=/head/; revision=363169
-rw-r--r-- | usr.sbin/periodic/etc/daily/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/periodic/etc/daily/Makefile b/usr.sbin/periodic/etc/daily/Makefile index b65bc1310cb4..a948a603e01c 100644 --- a/usr.sbin/periodic/etc/daily/Makefile +++ b/usr.sbin/periodic/etc/daily/Makefile @@ -10,6 +10,7 @@ CONFS= 100.clean-disks \ 140.clean-rwho \ 200.backup-passwd \ 210.backup-aliases \ + 221.backup-gpart \ 330.news \ 400.status-disks \ 401.status-graid \ |