Monday, December 15th 2025, 6:05am UTC+1
You are not logged in.
Dear visitor, welcome to NAS Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Nutz Ihr diesen Syslogd in eurem LAN
100%
Ja (3)
0%
Nein
|
|
Source code |
1 2 3 4 5 |
/usr/bin/kill `cat /var/run/syslogd.pid` /sbin/syslogd -r -c /mnt/IDE1/public/applications/syslogd/syslogd.conf # syslogd.conf anpassen z.b # * /mnt/IDE1/syslogd/syslog # so werden alle ereignisse in eine Datei gepackt. |
|
|
Source code |
1 2 3 4 5 |
#!/bin/sh /usr/bin/kill `cat /var/run/syslogd.pid` /sbin/syslogd -r -c /mnt/IDE1/public/applications/syslogd/syslogd.conf # Pidfile wird automatisch von syslogd in /var/run erstellt |

This post has been edited 3 times, last edit by "gamebeast" (Nov 10th 2008, 4:37pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
found some init scripts running: ./ssh-server/init running: ./do_it/init -------- will do something here :-) --------- copy modified proftpd.conf template done Starting syslogd... Starting inetd... Starting crond... Running constructor /usr/sausalito/constructor/00_construct_start . . Running constructor /usr/sausalito/constructor/99_construct_stop Running constructor /usr/sausalito/constructor/99_execute_userscript Done Local package initialization:start syslogd syslogd: Already running. start crond |
|
|
Source code |
1 |
(sleep 10;killall syslogd ;/sbin/syslogd -r -c /mnt/IDE1/public/applications/syslogd/syslogd.conf)& |

Quoted
Besteht denn Interesse dadran das ich euch das als Packet zur verfügung stelle ?