|
|
1.1 root 1: /*
2: * /etc/update - sync every 30 seconds
3: */
4:
5: #include <signal.h>
6:
7: main()
8: {
9: signal(SIGINT, SIG_IGN);
10: signal(SIGHUP, SIG_IGN);
11: for (;;) {
12: sleep(30);
13: sync();
14: }
15: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.