Gnu find outputs a warning if the maxdepth option appears after any
positional options, such as filtering files, because maxdepth also
affects options that come before it.
As a side note, maxdepth appears to be gnu extension that busybox picked
up, so we might want to be careful about using it.
Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
Was easy to produce : Disable wifi with the Config menu then
go to the Networks menu.
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This is more flexible and makes packaging much easier - especially
on distros using non-standard paths like NixOS
This version of the patch has xdg_data_path default to 1 instance,
making usage simpler. The function is also documented a bit more
clearly.
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Now, the menu defaults to editing the hook that you click on
(because that's why you went into the menu in the first place).
A separate menu is given for deleting the hooks.
This also shows the hook name rather than the file name.
Signed-off-by: Peter John Hartman <peterjohnhartman@gmail.com>
I had a bad feeling I made a critical oversight when I sent the hookmenu
patch. Apparently it was, unfortunately, correct.
While I was here, I also added support for hooks that are symlinks.
Signed-off-by: Stacy Harper <contact@stacyharper.net>