repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
etc
/
root
/
dot.shrc
blob
2220d46b4ef9d0f013623d3e062bff3c6e609ec1
1
# $NetBSD: dot.shrc,v 1.8 2007/11/24 11:14:41 pavel Exp $
2
3
if [ -f /etc/shrc ]; then
4
. /etc/shrc
5
fi
6
7
hup(){ (read pid; kill -HUP $pid) </var/run/$1.pid; }
8
9
case "$-" in *i*)
10
# interactive mode settings go here
11
;;
12
esac