Move the action files to their own directory

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep
2016-12-23 09:05:37 -08:00
parent 7ce0cc3e2e
commit c9f45277b8
33 changed files with 6 additions and 2 deletions

View File

@@ -1054,6 +1054,8 @@ fi
#
# Install the Action files
#
cd Actions
for f in action.* ; do
case $f in
*.deprecated)
@@ -1066,8 +1068,10 @@ for f in action.* ; do
;;
esac
done
cd Macros
#
# Now the Macros
#
cd ../Macros
for f in macro.* ; do
case $f in