>> Do we really need to have "run_local"? isn't it okay to just ship >> empty /etc/daily.local and invoke it anyways? >IMO, no. A hasty upgrade would overwrite it. see, so - don't ship empty daily.local - daily would do something like: if [ -f /etc/daily.local ]; then . /etc/daily.local fi itojun