28 May
2012
28 May
'12
11:32 p.m.
On Tue, May 29, 2012 at 12:56:37AM +0200, Seblu wrote:
On Mon, May 28, 2012 at 10:41 PM, Tom Gundersen <teg@jklm.no> wrote:
diff --git a/functions b/functions index 7516345..0d488a7 100644 --- a/functions +++ b/functions @@ -579,7 +579,7 @@ umount_all() {
remove_leftover() { stat_busy "Removing Leftover Files" - /usr/lib/initscripts/arch-tmpfiles --create --remove && stat_done || stat_fail + /usr/lib/systemd/systemd-tmpfiles --create --remove && stat_done || stat_fail status /usr/lib/systemd/systemd-tmpfiles --create --remove
-- Sébastien Luttringer www.seblu.net
status -v ... hiding errors here isn't a good idea.