On 11/1/15 5:05 PM, Garrett Cooper wrote:
> Author: ngie
> Date: Mon Nov  2 01:05:34 2015
> New Revision: 290252
> URL: https://svnweb.freebsd.org/changeset/base/290252
> 
> Log:
>   Rename etc/periodic/daily/430.status-rwho to 
> periodic/daily/430.status-uptime
>   
>   The command was checking local/remote system uptime, so rename the script to
>   match its function and to avoid confusion
>   
>   The controlling variable in /etc/periodic.conf has been renamed from
>   daily_status_rwho_enable to daily_status_uptime_enable.
>   
>   MFC after: 3 days
>   Reported by: Peter Jeremy <pe...@rulingia.com>
>   Relnotes: yes
>   Sponsored by: EMC / Isilon Storage Division
> 
> Added:
>   head/etc/periodic/daily/430.status-uptime
>      - copied, changed from r290251, head/etc/periodic/daily/430.status-rwho
> Deleted:
>   head/etc/periodic/daily/430.status-rwho
> Modified:
>   head/ObsoleteFiles.inc
>   head/etc/defaults/periodic.conf
>   head/etc/periodic/daily/Makefile
>   head/tools/build/mk/OptionalObsoleteFiles.inc
> 
> Modified: head/ObsoleteFiles.inc
> ==============================================================================
> --- head/ObsoleteFiles.inc    Mon Nov  2 00:42:31 2015        (r290251)
> +++ head/ObsoleteFiles.inc    Mon Nov  2 01:05:34 2015        (r290252)
> @@ -38,6 +38,8 @@
>  #   xargs -n1 | sort | uniq -d;
>  # done
>  
> +# 20151101: 430.status-rwho was renamed to 430.status-uptime
> +OLD_FILES+=etc/periodic/daily/430.status-rwho
>  # 20151030: OpenSSL 1.0.2d import
>  OLD_FILES+=usr/share/openssl/man/man3/CMS_set1_signer_certs.3.gz
>  OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_ctrl.3.gz
> 
> Modified: head/etc/defaults/periodic.conf
> ==============================================================================
> --- head/etc/defaults/periodic.conf   Mon Nov  2 00:42:31 2015        
> (r290251)
> +++ head/etc/defaults/periodic.conf   Mon Nov  2 01:05:34 2015        
> (r290252)
> @@ -115,8 +115,8 @@ daily_status_network_enable="YES"                 # Ch
>  daily_status_network_usedns="YES"                    # DNS lookups are ok
>  daily_status_network_netstat_flags="-d"                      # netstat(1) 
> flags
>  
> -# 430.status-rwho
> -daily_status_rwho_enable="YES"                               # Check system 
> status
> +# 430.status-uptime
> +daily_status_uptime_enable="YES"                     # Check system uptime
>  

This seems a bit gratuitous and against POLA.

-- 
Regards,
Bryan Drewery
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to