--- /etc/pcmcia/network.orig	Wed Nov 19 18:57:00 1997
+++ /etc/pcmcia/network	Mon Jan 12 00:52:21 1998
@@ -14,8 +14,13 @@
 case "${action:?}" in
 'start')
 	/etc/sysconfig/network-scripts/ifup ifcfg-${device}
+	echo 'Networking is now up.  To start Athena services, you can run'
+	echo '/etc/rc.d/init.d/athena.init start'
     ;;
 'stop')
+ 	if [ -f /var/lock/subsys/athena ]; then
+ 		/etc/rc.d/init.d/athena.init stop
+ 	fi
 	/etc/sysconfig/network-scripts/ifdown ifcfg-${device}
     ;;
 'restart')
