diff options
author | thorpej <thorpej@pkgsrc.org> | 2000-06-13 22:25:45 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2000-06-13 22:25:45 +0000 |
commit | cc0188ff40e15ea0b8b730bdb64733cc6639d731 (patch) | |
tree | 54411b836309f6c8a3d32962cac715a586f8f38a /sysutils | |
parent | c07171f8e9a2ec81c7195f73b4bd5d11e75b29dd (diff) | |
download | pkgsrc-cc0188ff40e15ea0b8b730bdb64733cc6639d731.tar.gz |
Create all the directories needed by rtty.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rtty/pkg/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/rtty/pkg/PLIST b/sysutils/rtty/pkg/PLIST index 62214e21479..bbe273b19c3 100644 --- a/sysutils/rtty/pkg/PLIST +++ b/sysutils/rtty/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2000/06/09 17:48:27 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/06/13 22:25:45 thorpej Exp $ rtty/bin/ttysrv rtty/bin/rtty rtty/bin/locbrok @@ -8,6 +8,12 @@ rtty/bin/startsrv rtty/bin/agelogs rtty/bin/agelog share/doc/rtty/README +@comment rtty/bin created above +@exec mkdir rtty/dev +@exec mkdir rtty/sock +@exec mkdir rtty/log +@exec mkdir rtty/pid +@exec mkdir rtty/opt @dirrm rtty/dev @dirrm rtty/sock @dirrm rtty/log |