From ebb26eac2948e02def3c7ac1ac23c4ecd345a5a7 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 3 Apr 2026 18:17:29 +0200 Subject: repo: flatten layout — move packages to root, extras to .extras/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move all packages from SlackBuilds/ to repo root - Move hooks/, docs/, nvchecker.toml to .extras/ - Update CLAUDE.md and README.md to reflect new structure Co-Authored-By: Claude Sonnet 4.6 --- SlackBuilds/syncthing/syncthing.logrotate | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 SlackBuilds/syncthing/syncthing.logrotate (limited to 'SlackBuilds/syncthing/syncthing.logrotate') diff --git a/SlackBuilds/syncthing/syncthing.logrotate b/SlackBuilds/syncthing/syncthing.logrotate deleted file mode 100644 index ef303bf..0000000 --- a/SlackBuilds/syncthing/syncthing.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/syncthing/*.log { - weekly - rotate 4 - compress - missingok - notifempty - copytruncate -} -- cgit v1.2.3