diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-27 16:27:40 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-27 16:27:40 +0000 |
commit | 5cc30f2134e07e3f4570fdc520391d00e0fe6654 (patch) | |
tree | b35219c3951a5fd420cbf07369db8f5d8428a063 /sysutils/pcfclock/pkg-install | |
parent | - update to 2.09 (diff) |
Add pcfclock 0.44, userland access to the pcfclock device.
PR: ports/74340
Submitted by: Frank W. Josellis <frank AT dynamical-systems.org>
Diffstat (limited to 'sysutils/pcfclock/pkg-install')
-rw-r--r-- | sysutils/pcfclock/pkg-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/pcfclock/pkg-install b/sysutils/pcfclock/pkg-install new file mode 100644 index 000000000000..5042c4f80682 --- /dev/null +++ b/sysutils/pcfclock/pkg-install @@ -0,0 +1,7 @@ +#!/bin/sh + +case $2 in + POST-INSTALL) + [ -c /dev/pcfclock0 ] || ( cd /dev && ./MAKEDEV pcfclock0 ) + ;; +esac |