Finish implementation of save/restore/forget

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3378 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2006-01-25 17:33:38 +00:00
parent df34d1f79b
commit eca8a37f42
4 changed files with 99 additions and 67 deletions

View File

@@ -136,6 +136,14 @@ fix_bang() {
done
}
#
# Echos the fully-qualified name of the calling shell program
#
my_pathname() {
cd $(dirname $0)
echo $PWD/$(basename $0)
}
#
# Set default config path
#