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
libutil: add O_NOCTTY back to old pty open code
[minix.git]
/
distrib
/
common
/
99-print-sysinst
blob
a0ecdef17e760ece85926dc95db1c0bb2630a1e3
1
# $NetBSD: 99-print-sysinst,v 1.1 2009/04/07 11:49:17 joerg Exp $
2
3
case "${reason}" in
4
BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT)
5
cat > /tmp/dhcpcd-lease << EOF
6
host-name=${new_host_name}
7
domain-name=${new_domain_name}
8
EOF
9
set > /tmp/dhcpcd-lease-all
10
;;
11
esac