Sponsored Content
Full Discussion: GNU-Darwin
Operating Systems OS X (Apple) GNU-Darwin Post 42923 by RedVenim on Friday 7th of November 2003 04:52:50 AM
Old 11-07-2003
Computer Hey U!

Sorry Robotix Dude:

It wasn't a Question

It was a statement!

Smilie

But if U! wanna know sumthing bout BSD your welcome to ask me

Venimed...
 

10 More Discussions You Might Find Interesting

1. Programming

ncurses/Darwin

I am using Darwin on Mac OS X.I.I (new to both Unix and C++). I downloaded the ncurses library from http://prdownloads.sourceforge.net/gnu-darwin/ncurses-5.2.tgz, but I don't know what to do with it now. Stuffit has expanded the archive, but I still have the original .tgz as well (if that's... (1 Reply)
Discussion started by: parmenides
1 Replies

2. UNIX for Dummies Questions & Answers

ADSL with Darwin 1.41

Hey everyone, just to let you all know "I'm an uber n00b" I'm connected to Telstra Bigpond's (Australian ISP) ADSL network, now I;m running Darwin 1.41 on an Apple Macintosh PPC computer. I don't know how to set up ADSL on this system, can someone please guide me. (3 Replies)
Discussion started by: Syphor
3 Replies

3. UNIX for Dummies Questions & Answers

Darwin x86

so, what's everyone's opinion on Darwin (x86 rendition)? is it worth installing at the moment? pros? cons? comments? (5 Replies)
Discussion started by: Karma
5 Replies

4. BSD

How is Darwin as a base For a Server

Does anyone have any Benchmarks for OS X Server in DB Serving. in comparison to Linux How bout Darwin? And How bout Darwin as a Base for a Server? How bout Ease of Environment Crossplatforms and Various Implementations? And Finally how bout Develoment? (1 Reply)
Discussion started by: RedVenim
1 Replies

5. Shell Programming and Scripting

Problem with Darwin typeset -i

From the bash manpage: typeset ] What I'm trying to do is add two values in hexadecimal and have the resulting number display in hexadecimal. What I get is the result displayed in decimal. For instance: a=0x10 b=0x30 ((c=a+b)) echo $c ...displays 64. The arithmatic is correct, but the... (2 Replies)
Discussion started by: Loriel
2 Replies

6. BSD

Darwin via PearPC

How can I send Ctrl+Alt+Del for Darwin running in PearPC for Linux? (1 Reply)
Discussion started by: eugrus
1 Replies

7. Linux

Darwin x86 kernel only

Is there a link somewhere someone knows about? KW (1 Reply)
Discussion started by: kwa71
1 Replies

8. OS X (Apple)

Darwin 10.4 - Gnome

Hello, I was curious about how one would go about installing gnome on darwin. As far as I know it must be harder than FreeBSD because there doesn't seem to be any ports for it. Would you have to first set up a build environment (GCC etc...) and then compile it from scratch? or is there an... (3 Replies)
Discussion started by: kpedersen
3 Replies

9. UNIX for Dummies Questions & Answers

sed -i on Darwin

This is the first time I've come across this issue sed -i 's/"//g' iscrmireturns sed: 1: "iscrmi": command i expects \ followed by textApparently the -i option is non-standard FreeBSD extensions - does that mean it's not available on Darwin? Strange (1 Reply)
Discussion started by: platz
1 Replies

10. OS X (Apple)

Darwin ports

Hi there. I have an MacBookPro and I want to install Darwin ports. I downloaded & installed MacPorts-1.7.0.pkg and now I don't know what to do. I tried: # port -d selfupdate .... error 1 Command output: checking build system type... i686-apple-darwin9.7.0 checking host system type...... (7 Replies)
Discussion started by: hirohitosan
7 Replies
ConsoleMessage(8)					    BSD System Manager's Manual 					 ConsoleMessage(8)

NAME
ConsoleMessage -- Send a message to SystemStarter SYNOPSIS
ConsoleMessage [-v] message ConsoleMessage [-v] -S ConsoleMessage [-v] -F ConsoleMessage [-v] -s service ConsoleMessage [-v] -f service ConsoleMessage [-v] -q setting ConsoleMessage [-v] -b path ConsoleMessage [-v] -u DESCRIPTION
The ConsoleMessage utility may be used by startup item scripts to send messages to SystemStarter (see SystemStarter(8)). The default behavior is to send the specified message to SystemStarter to be displayed on the console. SystemStarter will attempt to local- ize the string using the current startup item's localization dictionaries. ConsoleMessage may also be used to give feedback to SystemStarter indicating which services provided by the startup item have succeeded or failed. OPTIONS
-v verbose mode (prints errors to stdout) -S mark all services provided by this item as successful -F mark all services provided by this item as failed -s mark the service as successful -f mark the service as failed -q query SystemStarter for the value of the configuration variable setting (result will be printed to stdout). -b Tell SystemStarter to load the display bundle at the specified path -u Tell SystemStarter to unload the current display bundle NOTES
When a service name is not specified, ConsoleMessage assumes its parent process identification (see getppid(2)) is that of a startup item script, and uses that token to find the correct list of services provided by the current item. If the process calling ConsoleMessage is not a startup item script, it is necessary to explicitly provide service names. SEE ALSO
SystemStarter(8) http://www.opensource.apple.com/projects/documentation/howto/html/SystemStarter_HOWTO.html HISTORY
The ConsoleMessage utility appeared in Darwin 6.0 Darwin April 12, 2002 Darwin
All times are GMT -4. The time now is 01:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy