--- /sbin/ifup.dist	Tue Jun  2 13:59:02 1998
+++ /sbin/ifup	Sun Jul 26 16:59:40 1998
@@ -180,3 +180,10 @@
 esac
 
 exec /etc/sysconfig/network-scripts/ifup-post $CONFIG
+
+# The second test determines whether other non-loopback interfaces are up.
+
+if [ "x$2" != xboot -a `netstat -i | grep -v ^lo | wc -l` -eq 3 ]; then
+    echo 'Networking is now up.  To start Athena services, you can run' >&2
+    echo '/etc/rc.d/init.d/athena start' >&2
+fi
