diff options
| -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 |
