diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-28 20:31:25 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-28 20:31:25 +0800 |
commit | 6967f86bcf2acb0a46722a5d1afb2e8637a57d0b (patch) | |
tree | a293cd241687464d488c42170645d89728cb8ce4 /CVSROOT | |
parent | 268ba1f5835fdefc6b0db7e0c11084c0d321fe00 (diff) | |
download | freebsd-ports-gnome-6967f86bcf2acb0a46722a5d1afb2e8637a57d0b.tar.gz freebsd-ports-gnome-6967f86bcf2acb0a46722a5d1afb2e8637a57d0b.tar.zst freebsd-ports-gnome-6967f86bcf2acb0a46722a5d1afb2e8637a57d0b.zip |
Add another shell-script wrapper to do both -i actions required for avail.
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/avail-actions | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CVSROOT/avail-actions b/CVSROOT/avail-actions new file mode 100755 index 000000000000..334b20dd1de8 --- /dev/null +++ b/CVSROOT/avail-actions @@ -0,0 +1,7 @@ +#!/bin/sh +# +# This is unfortunately necessary as I have no idea how to put multiple +# -i commands for the same module in the modules file. +# +mkmodules CVSROOT avail +mkavail |