Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FREEBSD-UPDATE-NOTIFY(8)     System Manager's Manual	FREEBSD-UPDATE-NOTIFY(8)

NAME
     freebsd-update-notify - Desktop notification for available updates

SYNOPSIS
     /usr/local/libexec/freebsd-update-notify

DESCRIPTION
     freebsd-update-notify is a script, normally run by cron(8), that checks for
     available	base  system  updates  (downloaded by freebsd-update(8)) and for
     elapsed time since the last successful updates  performed	by  auto-update-
     system(8).

     If  updates have been downloaded by freebsd-update cron, or sufficient time
     has elapsed since the last successful auto-update-system (according to  the
     "max-days-between-updates"  in etc/freebsd-update-notify/freebsd-update-no-
     tify.conf), a popup message is displayed on the console asking the user  if
     they would like to perform updates.

     If the user clicks "Yes", then auto-update-system --defaults is run, to up-
     date installed packages, ports, and the base system.

     If the user clicks "No", the time is recorded to /usr/local/etc/freebsd-up-
     date-notify/last-reminder, and the next notification will occur in the num-
     ber  of  hours specified in the "hours-between-reminders" entry in /usr/lo-
     cal/etc/freebsd-update-notify/freebsd-update-notify.conf.

     A sample crontab file  is	installed  in  /usr/local/etc/freebsd-update-no-
     tify/freebsd-update-notify.crontab.sample,    and	  copied   to	/usr/lo-
     cal/etc/cron.d/freebsd-update-notify if the latter does not already  exist.
     Users  can  edit  /usr/local/etc/cron.d/freebsd-update-notify to change the
     schedule for  running  freebsd-update-notify  downloads  and  checks.   See
     crontab(5) for details about the crontab file format.

     Other  configuration options are found in /usr/local/etc/freebsd-update-no-
     tify/freebsd-update-notify.conf, which can also be edited to customize  be-
     havior.

FILES
     /usr/local/etc/freebsd-update-notify/freebsd-update-notify.conf
     /usr/local/etc/freebsd-update-notify/cron.d/freebsd-update-notify

SEE ALSO
     freebsd-update(8), auto-update-system(8), auto-admin(8)

BUGS
     The  current  implementation (a shell script using zenity) has limitations.
     For example, there is no way to disable keyboard input, so if  a  notifica-
     tion  window  pops  up and grabs the keyboard while the user is typing, the
     user may inadvertently answer the dialog with a random keystroke.	The best
     solution to this  problem	is  reimplementing  freebsd-update-notify  as  a
     standalone X11 app with full input control.

     Please  report  bugs to the author and send patches in unified diff format.
     (man diff for more information)

AUTHOR
     J. Bacon

							FREEBSD-UPDATE-NOTIFY(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=freebsd-update-notify&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help