diff options
author | olli <olli@FreeBSD.org> | 2010-08-10 12:58:44 +0000 |
---|---|---|
committer | olli <olli@FreeBSD.org> | 2010-08-10 12:58:44 +0000 |
commit | 4ea68222554f90e72cef40657fdc6bdddcb5802a (patch) | |
tree | 24949c52ed8a27cf04b0d41da68bb22120ed182c /etc | |
parent | 0caf1f394296d4cea1b373807772a5a23bf16fc3 (diff) | |
download | FreeBSD-src-4ea68222554f90e72cef40657fdc6bdddcb5802a.zip FreeBSD-src-4ea68222554f90e72cef40657fdc6bdddcb5802a.tar.gz |
Connect the new script 490.status-pkg-changes (see r210863)
to the build, so it gets actually installed.
Approved by: des (mentor)
MFC after: 17 days
Diffstat (limited to 'etc')
-rw-r--r-- | etc/periodic/daily/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/periodic/daily/Makefile b/etc/periodic/daily/Makefile index f70dac5..931cf7f 100644 --- a/etc/periodic/daily/Makefile +++ b/etc/periodic/daily/Makefile @@ -39,6 +39,10 @@ FILES+= 130.clean-msgs FILES+= 480.status-ntpd .endif +.if ${MK_PKGTOOLS} != "no" +FILES+= 490.status-pkg-changes +.endif + .if ${MK_RCMDS} != "no" FILES+= 140.clean-rwho \ 430.status-rwho |