repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
distrib
/
common
/
99-print-sysinst
blob
a2d420bff58cd66a9c43ed54ba2bcabe69c09d67
1
# $NetBSD$
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