From 011f64c8861a09a1393e185fd3c1cc8c2360929b Mon Sep 17 00:00:00 2001 From: danix Date: Wed, 11 Mar 2026 17:01:32 +0100 Subject: removed msfupdate scripts because they rely on debian utilities to work --- .../metasploit-framework/metasploit-framework.SlackBuild | 2 -- SlackBuilds/metasploit-framework/msfupdate.logrotate | 10 ---------- SlackBuilds/metasploit-framework/msfupdate.sh | 2 -- 3 files changed, 14 deletions(-) delete mode 100644 SlackBuilds/metasploit-framework/msfupdate.logrotate delete mode 100644 SlackBuilds/metasploit-framework/msfupdate.sh (limited to 'SlackBuilds') diff --git a/SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild b/SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild index a8284bb..df18f9d 100755 --- a/SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild +++ b/SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild @@ -79,8 +79,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $PKG/opt/$PRGNAM/LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cp -a $PKG/opt/metasploit-framework/embedded/framework/README.md $PKG/usr/doc/$PRGNAM-$VERSION cp -a $CWD/msfvenom.bash-completion $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $CWD/msfupdate.sh $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $CWD/msfupdate.logrotate $PKG/usr/doc/$PRGNAM-$VERSION cp -a $CWD/README.SLACKWARE $PKG/usr/doc/$PRGNAM-$VERSION rm -rf $PKG/usr/share/doc diff --git a/SlackBuilds/metasploit-framework/msfupdate.logrotate b/SlackBuilds/metasploit-framework/msfupdate.logrotate deleted file mode 100644 index 8e69c35..0000000 --- a/SlackBuilds/metasploit-framework/msfupdate.logrotate +++ /dev/null @@ -1,10 +0,0 @@ -/var/log/msfupdate.log { - daily - rotate 5 - compress - delaycompress - missingok - notifempty - create 0644 root root -} - diff --git a/SlackBuilds/metasploit-framework/msfupdate.sh b/SlackBuilds/metasploit-framework/msfupdate.sh deleted file mode 100644 index b952c1f..0000000 --- a/SlackBuilds/metasploit-framework/msfupdate.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -/usr/bin/msfupdate >> /var/log/msfupdate.log 2>&1 -- cgit v1.2.3