mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 10:51:02 +01:00
Add 3.0 publishing scripts -- delete 4.0 scripts
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6907 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9d8ab415b9
commit
700e645883
@ -112,7 +112,7 @@ while [ $# -gt 0 ]; do
|
||||
done
|
||||
|
||||
DESTS="
|
||||
webadmin@mail.shorewall.net:/srv/www/html/4.0
|
||||
webadmin@mail.shorewall.net:/srv/www/html/3.0
|
||||
"
|
||||
|
||||
if [ -n "$filestocopy" ]; then
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# scp $@ teastep@shorewall.sourceforge.net:/home/groups/s/sh/shorewall/htdocs/images
|
||||
scp -p $@ webadmin@mail:/srv/www/html/4.0/images
|
||||
scp -p $@ webadmin@mail:/srv/www/html/3.0/images
|
||||
# cp -pf $@ /home/teastep/Shorewall-docs
|
||||
|
||||
|
@ -46,7 +46,7 @@ while [ $# -gt 0 ]; do
|
||||
done
|
||||
|
||||
DESTS="
|
||||
webadmin@mail.shorewall.net:/srv/www/html/4.0/manpages/
|
||||
webadmin@mail.shorewall.net:/srv/www/html/3.0/manpages/
|
||||
"
|
||||
|
||||
if [ -n "$filestocopy" ]; then
|
Loading…
Reference in New Issue
Block a user