mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
Commit54ea03ccd7("package/syslog-ng: implement systemd enablement using DefaultInstance") replaced the lines installing the syslog-ng@default file with printf lines creating a file in a syslog-ng@.service.d/ directory on-the-fly. Since then, nothing uses the syslog-ng@default file, so let's delete it. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit2a473a9f05) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>