svn commit: r288506 - stable/9/usr.sbin/etcupdate
Bryan Drewery
bdrewery at FreeBSD.org
Fri Oct 2 16:21:26 UTC 2015
Author: bdrewery
Date: Fri Oct 2 16:21:25 2015
New Revision: 288506
URL: https://svnweb.freebsd.org/changeset/base/288506
Log:
MFC r288380:
Document the post-merge actions of calling tzsetup(8) and services_mkdb(8)
added in r259134.
Modified:
stable/9/usr.sbin/etcupdate/etcupdate.8
Directory Properties:
stable/9/usr.sbin/etcupdate/ (props changed)
Modified: stable/9/usr.sbin/etcupdate/etcupdate.8
==============================================================================
--- stable/9/usr.sbin/etcupdate/etcupdate.8 Fri Oct 2 16:21:14 2015 (r288505)
+++ stable/9/usr.sbin/etcupdate/etcupdate.8 Fri Oct 2 16:21:25 2015 (r288506)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 29, 2014
+.Dd September 29, 2015
.Dt ETCUPDATE 8
.Os
.Sh NAME
@@ -233,6 +233,16 @@ is changed,
is invoked if
.Pa /etc/mail/aliases
is changed,
+.Xr services_mkdb 8
+is invoked if
+.Pa /etc/services
+is changed,
+.Xr tzsetup 8
+is invoked if
+.Pa /etc/localtime
+is changed and if
+.Fa /var/db/zoneinfo
+exists,
and
.Pa /etc/rc.d/motd
is invoked if
@@ -843,7 +853,9 @@ but it has been removed in the destinati
.Xr make 1 ,
.Xr newaliases 1 ,
.Xr sh 1 ,
-.Xr pwd_mkdb 8
+.Xr pwd_mkdb 8 ,
+.Xr services_mkdb 8 ,
+.Xr tzsetup 8
.Sh HISTORY
The
.Nm
More information about the svn-src-stable-9
mailing list