| 00:24.13 | *** join/#utos ldav15 (~Adium@166.70.157.161) |
| 00:51.02 | *** join/#utos ldav15 (~Adium@166.70.157.161) |
| 00:54.22 | *** join/#utos cro (~cro@204-228-149-217.ip.xmission.com) |
| 01:18.32 | *** join/#utos ldav15 (~Adium@166.70.157.161) |
| 03:11.20 | *** join/#utos undertakingyou (~undertaki@c-98-202-42-89.hsd1.ut.comcast.net) |
| 03:11.20 | *** mode/#utos [+o undertakingyou] by ChanServ |
| 03:31.35 | *** join/#utos tensai (~tensai@joanna.zmonkey.org) |
| 06:12.04 | *** join/#utos bgerber (~gerberb@suse103.zenez.com) |
| 12:18.03 | *** join/#utos josephpagoda (~josephpag@71-209-25-225.bois.qwest.net) |
| 14:02.10 | *** join/#utos tristanbob_h (~tristanbo@oalug/member/tristanbob) |
| 14:09.38 | *** join/#utos josephpagoda (~josephpag@24-116-177-210.cpe.cableone.net) |
| 14:12.54 | *** join/#utos macnewbold (~Adium@76.8.223.101) |
| 14:42.35 | *** join/#utos cro (~cro@204-228-149-217.ip.xmission.com) |
| 15:21.23 | *** join/#utos bgerber (~gerberb@suse103.zenez.com) |
| 17:19.48 | *** join/#utos xtrementl (~xtrementl@neutroninteractive-xmission.xmission.com) |
| 17:31.30 | *** join/#utos undertakingyou (~will@c-98-202-42-89.hsd1.ut.comcast.net) |
| 17:31.30 | *** mode/#utos [+o undertakingyou] by ChanServ |
| 19:28.40 | *** join/#utos thaddeusq (~thaddeusq@216.49.181.128) |
| 20:00.53 | harleypig | In /etc/crontab, in the line "01 * * * * root run-parts /etc/cron.hourly" what does 'run-parts' mean? |
| 20:01.32 | harleypig | I want to add a line "@reboot root /etc/cron.reboot" but I can't find docs on what that means |
| 20:07.28 | goozbach | harleypig: run-parts is a program/script which scans a dir and runs and records when the scripts inside where run |
| 20:07.33 | goozbach | it's what makes anacron work |
| 20:10.36 | harleypig | oh ... didn't think to check for a file, thought it was a keyword |
| 20:10.40 | harleypig | thanks |
| 20:13.21 | harleypig | I see. So, "@reboot root run-parts /etc/cron.reboot" should work just fine. |
| 20:19.48 | *** join/#utos xtrementl (~xtrementl@69.80.96.81) |
| 20:20.10 | *** join/#utos xtrementl (~xtrementl@69.80.96.81) |
| 21:12.07 | *** join/#utos xtrementl_ (~xtrementl@neutroninteractive-xmission.xmission.com) |
| 21:13.04 | *** join/#utos xtrementl_ (~xtrementl@neutroninteractive-xmission.xmission.com) |
| 21:32.27 | *** join/#utos bgerber (~gerberb@suse103.zenez.com) |
| 22:25.02 | *** join/#utos jnbek (~jnbek@pdpc/supporter/active/jnbek) |
| 22:29.15 | *** join/#utos ldav15 (~Adium@166.70.157.161) |
| 22:53.58 | *** part/#utos josephpagoda (~josephpag@24-116-177-210.cpe.cableone.net) |
| 23:05.35 | *** join/#utos redbeard2 (~jphall@techhat.dsl.xmission.com) |
| 23:26.18 | herlo | harleypig: why not use anacron? |
| 23:26.38 | herlo | if you are going to depend on reboot, you can have anacrontab do the work |