Hi Debian-Installer team, I wish to submit patches to fix installer issues when they crop up (I use debian a lot!). It might progress to better supporting packages I use frequently for development (win-win)
I requested access to: https://salsa.debian.org/sergiodj/rsync/ To make a pull-request (see below for patch). There is also another bug on the installer for setting root password in expert mode (had to work-around via the rescue cd). Working on identifying that. Not sure if adding to the "installer-team" list is the way to go. Quite happy requesting individual packages. Please let me know what the preferred method is. Many thanks Eugene (username: losowski) https://salsa.debian.org/losowski --- I have a fix for rsync (its missing /etc/rsync.conf on install, preventing the service running). {code:patch} diff --git a/debian/rules-pre-dh b/debian/rules-pre-dh index 01db177..b8ef76f 100755 --- a/debian/rules-pre-dh +++ b/debian/rules-pre-dh @@ -108,6 +108,7 @@ endif $(INSTALL_SCRIPT) debian/postrm debian/tmp/DEBIAN/ $(INSTALL_FILE) debian/buildtree/packaging/systemd/rsync.service debian/tmp/lib/systemd/system/ $(INSTALL_FILE) debian/default debian/tmp/etc/default/rsync + $(INSTALL_FILE) debian/rsyncd.conf debian/tmp/etc/rsyncd.conf $(INSTALL_SCRIPT) debian/init.d debian/tmp/etc/init.d/rsync $(INSTALL_FILE) debian/lintian.overrides debian/tmp/usr/share/lintian/overrides/rsync (cd debian/tmp; find ./etc -type f | LC_ALL=C sort | sed s,.,,) > debian/tmp/DEBIAN/conffiles {code} -- *Eugene Losowski-Gallagher* *Mob: *07825160923

