mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
Sytaxfehler un den ueblichen Sch***
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@816 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -23,10 +23,9 @@ usr/local/bin/setxtaccess
|
||||
usr/local/bin/smartctrl
|
||||
usr/local/bin/snortctrl
|
||||
usr/local/bin/squidctrl
|
||||
usr/local/bin/sshctrls
|
||||
usr/local/bin/sshctrl
|
||||
usr/local/bin/syslogdctrl
|
||||
usr/local/bin/timectrl
|
||||
#usr/local/bin/tripwirectrl
|
||||
usr/local/bin/upnpctrl
|
||||
usr/local/bin/wirelessctrl
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
== List of softwares used to build IPFire Version: 2.0t5 ==
|
||||
== List of softwares used to build IPFire Version: 2.0beta1 ==
|
||||
* Archive-Tar-1.29
|
||||
* Archive-Zip-1.16
|
||||
* BerkeleyDB-0.27
|
||||
|
||||
@@ -18,7 +18,7 @@ done
|
||||
for DEVICE in $(kudzu -qps -t 30 -c HD | grep device: | cut -d ' ' -f 2 | sort | uniq); do
|
||||
mount /dev/${DEVICE}1 /cdrom 2> /dev/null
|
||||
if [ -n "$(ls /cdrom/ipfire-*.tbz2 2>/dev/null)" ]; then
|
||||
echo -n ${DEVICE} > /tmp/source_device
|
||||
echo -n ${DEVICE}1 > /tmp/source_device
|
||||
echo "Found tarball on ${DEVICE}"
|
||||
else
|
||||
umount /cdrom 2> /dev/null
|
||||
|
||||
@@ -123,7 +123,7 @@ int main(void)
|
||||
exit(ERR_CONFIG);
|
||||
}
|
||||
close(config_fd);
|
||||
if (rename("/etc/syslog.conf.new /etc/syslog.conf") == -1)
|
||||
if (rename("/etc/syslog.conf.new", "/etc/syslog.conf") == -1)
|
||||
{
|
||||
perror("Unable to replace old config file");
|
||||
unlink("/etc/syslog.conf.new");
|
||||
|
||||
Reference in New Issue
Block a user