--- gforth-0.6.2/filedump.fs.shebang 2005-09-13 00:57:01.000000000 +0200 +++ gforth-0.6.2/filedump.fs 2005-09-13 00:59:15.000000000 +0200 @@ -1,4 +1,4 @@ -#! /usr/local/lib/gforth/0.2.0/kernel.fi +#! /usr/bin/gforth \ file hex dump \ Copyright (C) 1997,2002,2003 Free Software Foundation, Inc. --- gforth-0.6.2/httpd.fs.shebang 2005-09-13 00:57:11.000000000 +0200 +++ gforth-0.6.2/httpd.fs 2005-09-13 01:00:01.000000000 +0200 @@ -1,4 +1,4 @@ -#! /usr/local/bin/gforth +#! /usr/bin/gforth \ Copyright (C) 2000,2002,2003 Free Software Foundation, Inc. @@ -22,7 +22,7 @@ require string.fs -Variable DocumentRoot s" /usr/local/httpd/htdocs/" DocumentRoot $! +Variable DocumentRoot s" /var/www/html/" DocumentRoot $! Variable UserDir s" .html-data/" UserDir $! Variable url --- gforth-0.6.2/sieve.fs.shebang 2005-09-13 00:57:27.000000000 +0200 +++ gforth-0.6.2/sieve.fs 2005-09-13 01:00:15.000000000 +0200 @@ -1,4 +1,4 @@ -#! /usr/stud/paysan/bin/forth +#! /usr/bin/gforth DECIMAL : SECS TIME&DATE 2DROP DROP 60 * + 60 * + ; --- gforth-0.6.2/siev.fs.shebang 2005-09-13 00:57:35.000000000 +0200 +++ gforth-0.6.2/siev.fs 2005-09-13 01:00:27.000000000 +0200 @@ -1,4 +1,4 @@ -\ #! /usr/stud/paysan/bin/forth +\ #! /usr/bin/gforth DECIMAL \ : SECS TIME&DATE SWAP 60 * + SWAP 3600 * + NIP NIP NIP ;