|
Lines 1-5
Link Here
|
| 1 |
--- scripts/getbg.orig Mon May 7 06:28:25 2001 |
1 |
--- scripts/getbg.orig Mon Jul 30 11:52:37 2001 |
| 2 |
+++ scripts/getbg Mon May 7 07:07:10 2001 |
2 |
+++ scripts/getbg Mon Jul 30 11:53:37 2001 |
| 3 |
@@ -1,12 +1,10 @@ |
3 |
@@ -1,12 +1,10 @@ |
| 4 |
- |
4 |
- |
| 5 |
+#!/usr/bin/perl |
5 |
+#!/usr/bin/perl |
|
Lines 8-14
Link Here
|
| 8 |
# |
8 |
# |
| 9 |
# Hacked into existence by Larry McVoy (lm@sun.com now lm@sgi.com). |
9 |
# Hacked into existence by Larry McVoy (lm@sun.com now lm@sgi.com). |
| 10 |
# Copyright (c) 1994 Larry McVoy. GPLed software. |
10 |
# Copyright (c) 1994 Larry McVoy. GPLed software. |
| 11 |
# $Id: getbg,v 1.14 1995/11/11 04:15:18 lm Exp $ |
11 |
# $Id: getbg,v 1.14 1995/11/11 04:15:18 lm Exp root $ |
| 12 |
-eval "exec perl -Sws $0 $*" |
12 |
-eval "exec perl -Sws $0 $*" |
| 13 |
- if 0; |
13 |
- if 0; |
| 14 |
|
14 |
|
|
Lines 211-214
Link Here
|
| 211 |
$_ = "Sun Ultra1" if /SunOS-5.5 sun4u/; |
211 |
$_ = "Sun Ultra1" if /SunOS-5.5 sun4u/; |
| 212 |
$_ = "Unixware/i686" if /UNIX_SV x86at/; |
212 |
$_ = "Unixware/i686" if /UNIX_SV x86at/; |
| 213 |
} |
213 |
} |
| 214 |
|
|
|