diff options
| author | danix <danix@danix.xyz> | 2026-03-11 17:01:32 +0100 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2026-03-11 17:01:32 +0100 |
| commit | 011f64c8861a09a1393e185fd3c1cc8c2360929b (patch) | |
| tree | a048f7ad3d0fd662c53ddf9b95a72278e9b5956a | |
| parent | 2ed2b9cbc556be278b615f400d583cd22155683c (diff) | |
| download | slackware-pentesting-suite-011f64c8861a09a1393e185fd3c1cc8c2360929b.tar.gz slackware-pentesting-suite-011f64c8861a09a1393e185fd3c1cc8c2360929b.zip | |
removed msfupdate scripts because they rely on debian utilities to work
| -rwxr-xr-x | SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild | 2 | ||||
| -rw-r--r-- | SlackBuilds/metasploit-framework/msfupdate.logrotate | 10 | ||||
| -rw-r--r-- | SlackBuilds/metasploit-framework/msfupdate.sh | 2 |
3 files changed, 0 insertions, 14 deletions
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 |
