Server : Apache/2.4.58 (Ubuntu) System : Linux yumsem00.cafe24.com 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.2.14 Disable Function : NONE Directory : /etc/cron.daily/ |
Upload File : |
#!/bin/sh bak=/var/backups # Shamelessly ripped from /etc/cron.daily/standard if test -f /var/lib/aptitude/pkgstates && cd $bak ; then if ! cmp -s aptitude.pkgstates.0 /var/lib/aptitude/pkgstates ; then cp -p /var/lib/aptitude/pkgstates aptitude.pkgstates savelog -c 7 aptitude.pkgstates > /dev/null fi fi