2007-11-24 14:14:41 +03:00
|
|
|
# $NetBSD: dot.shrc,v 1.8 2007/11/24 11:14:41 pavel Exp $
|
2006-09-14 17:01:31 +04:00
|
|
|
|
2007-11-24 14:14:41 +03:00
|
|
|
if [ -f /etc/shrc ]; then
|
|
|
|
. /etc/shrc
|
|
|
|
fi
|
2000-05-15 03:13:54 +04:00
|
|
|
|
2001-04-01 05:32:10 +04:00
|
|
|
hup(){ (read pid; kill -HUP $pid) </var/run/$1.pid; }
|
1999-11-05 14:30:13 +03:00
|
|
|
|
|
|
|
case "$-" in *i*)
|
2006-09-14 17:01:31 +04:00
|
|
|
# interactive mode settings go here
|
1999-11-05 14:30:13 +03:00
|
|
|
;;
|
|
|
|
esac
|