Information
The GNOME Display Manager is used for login session management. See the manual page gdm(1) for more information.
Solution
Perform the following to implement the recommended state-
cd /etc/X11/gdm
awk '/^#?Greeter=/ { print 'Greeter=/usr/bin/gdmlogin'; next } /^#?Welcome=/
{ print 'Welcome=Authorized uses only!\n' 'All activity may be monitored ' 'and reported.' next } { print }' gdm.conf > gdm.conf.new
mv gdm.conf.new gdm.conf
pkgchk -f -n -p /etc/X11/gdm/gdm.conf