=== elmarco|away is now known as elmarco [14:12] argh [14:12] the hardest point of installing a new computer [14:12] picking a name for it [14:14] :-) [14:14] I pick names from Pan Sonic’s discography. [14:15] mine are computer games [14:15] the trouble is, it's a very large selection of names to choose from [14:21] grand-theft-auto is too long :-( [14:21] alku, vaihe, luotain, aines, hapatus, tela (translation: beginning, phase, probe, substance, sour, platen). Nice, short names. :-) [14:21] gta? :-) === elmarco is now known as elmarco|away [16:48] hmm [16:48] start service FOO=bar [16:48] pretty obvious that FOO=bar in pre-start, post-start and main [16:48] stop service FOO=baz [16:48] does FOO=bar or FOO=baz in pre-stop and post-stop? :) [17:31] ...I think it should override [17:31] start apache SITE=netsplit.com DEBUG=no [17:31] stop --id 1234 DEBUG=yes [17:31] if the environment is coming from events, rather than manual, it will match anyway [22:03] * Keybuk thinks further [22:03] start apache SITE=netsplit.com DEBUG=no [22:03] (job #1234) [22:03] stop --id 1234 [22:03] start --id 1234 DEBUG=yes [22:03] stop --id 1234 [22:04] start --id 1234 [22:04] what should the value of $DEBUG be? [22:05] that's pretty obvious when I write it [22:05] it shouldn't depend on the timing between the commands