You are not logged in.
Pages: 1
I write a C++ code to parse/generate rc.conf files but it's need testing.
If you post your rc.conf you are help my too much
Thanks!
Offline
Offline
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
http://pastebin.archlinux.org/19798
thats one of mine, the other one isnt too different.
Networks? That's from netcfg2, the available networks are found as text files in /etc/network.d/
Last edited by iphitus (2007-11-19 03:24:11)
Offline
mine doesn't do it but you should also check things like
SOME_DAEMONS=(foo bar)
DAEMONS=(some random daemon $SOME_DAEMONS )
Offline
Offline
Offline
Firsto of all, thanks all of you !!!
SOME_DAEMONS=(foo bar)
DAEMONS=(some random daemon $SOME_DAEMONS )
O_o
I never see something like that, but if you show me one of this things thats works I must change all my app
Offline
@GojaN
check out comment #18 on this thread
http://bbs.archlinux.org/viewtopic.php?id=27605
Offline
http://pastebin.archlinux.org/19852
Here's mine, if you still need one!
Unknown Horizons - Open source real-time strategy game with the comfy Anno 1602 feeling!
Offline
DSYS="@syslog-ng @acpid @clamav @crond @cups @sensors @smartd"
DNET="network @iptables @httpd @openntpd portmap @sshd"
DMAIL="fam authdaemond @courier-imap @postfix"
DMISC="@alsa @bluetooth dbus hal @hplip @gpm"
DAEMONS=(${DSYS} ${DNET} ${DMAIL} ${DMISC})
.....ok Im owned ¬¬
I must reorganize some things and evaluate the impact of this F***N GOD DA*** SON OF A B**** option on my code....
Thanks any way =/
Offline
What for? You could never account for all possible variants... this is Bash syntax, after all.
Simply continue whatever you intended, such edge cases are best left for later.
1000
Offline
here you go http://pastebin.archlinux.org/19867
If it ain't broke, broke it then fix it.
Offline
Simply continue whatever you intended, such edge cases are best left for later.
Yes!! I will do!!
The problem is that it's allmost done...
Any wat, as you say, it's bash syntax so the solution will not be to complicated.......i hope
Offline
Pages: 1