exec [-cl] [-a name] [command [arguments]]
If command is specified, it replaces the shell. No new process is created. The
arguments become the arguments to command. If the -l option is supplied, the shell
places a dash at the beginning of the zeroth argument passed to command. This is
what login(1) does. The -c option causes command to be executed with an empty
environment. If -a is supplied, the shell passes name as the zeroth argument to
the executed command. If command cannot be executed for some reason, a non-
interactive shell exits, unless the execfail shell option is enabled. In that
case, it returns failure. An interactive shell returns failure if the file cannot
be executed. If command is not specified, any redirections take effect in the
current shell, and the return status is 0. If there is a redirection error, the
return status is 1.
apt source exim4
apt build-dep exim4
https://sources.debian.org/data/main/e/exim4/4.96-15%2Bdeb12u5/debian/patches/78_01-Fix-MIME-parsing-of-filenames-specified-using-multip.patch
https://sources.debian.org/data/main/e/exim4/4.96-15%2Bdeb12u5/debian/patches/78_02-MIME-support-RFC-2331-for-name-.-Bug-3099.patch
export QUILT_PATCHES=debian/patches
export QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index"
quilt import 78_01-Fix-MIME-parsing-of-filenames-specified-using-multip.patch
quilt import 78_02-MIME-support-RFC-2331-for-name-.-Bug-3099.patch
quilt push -a
dpkg-buildpackage -nc -Jauto
Кто может понимает что происходит?YouTube замедляется на оборудовании ТСПУ. https://zona.media/news/2024/07/12/youtube
dh_installdeb(1) automatically flags any files under the /etc directory as conffiles, so if your program only has conffiles there you do not need to specify them in this file. For most package types, the only place conffiles should ever be is under /etc, and so this file doesn't need to exist.https://www.debian.org/doc/manuals/maint-guide/dot...
debian/conffiles
или debian/<packagename>.conffiles
, в зависимости от версии системы сборки. что я делаю не так я не понимаюВы работаете без branch'а, просто во временной ветке (detached head), и коммитите в неё же. Как только вы переключаетесь на другой бранч, Git вам пишет сообщение, что следует бы сохранить изменения в какое-то более надёжное место.
net.ipv4.conf.xxx.route_localnet=1
, но опасная опция — сперва заблокируйте подобные перенаправления iptables'ом и убедитесь, что вам не смогут ничего смаршрутизировать извне.