Bug 30621 - Add BSD graphics to replace the Linux graphics
Summary: Add BSD graphics to replace the Linux graphics
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-17 03:50 UTC by dan
Modified: 2001-09-23 03:12 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.88 KB, patch)
2001-09-17 03:50 UTC, dan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dan 2001-09-17 03:50:01 UTC
	NetSaint contains graphics which are Linux-centric. How about we add
	some BSD specific graphics?  See the following URLs to view:
		http://www.freebsddiary.org/samples/bsd_sblogo.gif
		http://www.freebsddiary.org/samples/bsd_logofullsize.gif

Fix: This tarball contains the graphics listed above:
	http://www.freebsddiary.org/netsaint-graphics.tar.gz

Can it be hosted on ftp.freebsd.org?  Sorry, but I didn't know how to specify that 
location within my patch.  Clues please?

The following patch is also available from:
	http://www.freebsddiary.org/netsaint.diff
Comment 1 dwcjr 2001-09-17 05:36:57 UTC
Have you emailed the maintainer?
Comment 2 Dan Langille 2001-09-17 13:57:32 UTC
On 16 Sep 2001 at 23:36, David W. Chapman Jr. wrote:

> Have you emailed the maintainer?

On 7 September I emailed blaz@si.FreeBSD.org about this, but not a PR or diff.  And the 
maintainer was CC'd on this PR as it was submitted.

BTW: I just realised there is another change we should make (to /usr/local/etc/rc.d/netstaint.sh)

 rm -f $NetsaintCmd
+unset -v HOME
 $NetsaintBin -d $NetsaintCfg

The above prevents the following type of messages:

[dan@dev:/usr/local/etc/netsaint] $ /home/dan/.mail_aliases: 
Permission denied
/home/dan/.mail_aliases: Permission denied

See http://www.geocrawler.com/archives/3/1108/2001/9/100/6566133/ for discussions with one 
of the NetSaint developers.
-- 
Dan Langille - DVL Software Limited
The FreeBSD Diary - http://freebsddiary.org/ - practical examples
Comment 3 Dan Langille 2001-09-17 17:10:02 UTC
On 16 Sep 2001 at 23:36, David W. Chapman Jr. wrote:

> Have you emailed the maintainer?

Please ignore the point in my previous message regarding /usr/local/etc/rc.d/netsaint.sh.  The 
NetSaint people are going to add this to NetSaint.
-- 
Dan Langille - DVL Software Limited
The FreeBSD Diary - http://freebsddiary.org/ - practical examples
Comment 4 dwcjr freebsd_committer freebsd_triage 2001-09-23 03:01:46 UTC
State Changed
From-To: open->closed

Committed, thanks!