Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37838102
en ru br
ALT Linux repos
S:0.7.3-alt4
5.0: 0.6.2-alt10
4.1: 0.6.2-alt7
4.0: 0.6.2-alt6

Group :: Development/Other
RPM: gforth

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gforth-shebang.patch
Download


--- 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 ;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin