Am 07.01.19 um 19:52 schrieb D.S. Ljungmark: > Is there an easy way for us to rebuild the systemd package with the > feature enabled?
Something like the attached patch should do the trick -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff --git a/debian/rules b/debian/rules index 0d2fcdf..0fb6a6b 100755 --- a/debian/rules +++ b/debian/rules @@ -62,7 +62,6 @@ CONFFLAGS = \ -Dvconsole=false \ -Dfirstboot=false \ -Dxkbcommon=false \ - -Dportabled=false \ -Dwheel-group=false \ -Dntp-servers="$(DEFAULT_NTP_SERVERS)" \ -Dlink-udev-shared=false \ @@ -88,6 +87,7 @@ CONFFLAGS_deb = \ -Dnss-resolve=true \ -Dnss-systemd=true \ -Dresolve=true \ + -Dportabled=true \ -Dlink-systemctl-shared=false ifeq (, $(filter stage1, $(DEB_BUILD_PROFILES))) @@ -151,6 +151,7 @@ CONFFLAGS_udeb = \ -Dnss-resolve=false \ -Dnss-systemd=false \ -Dresolve=false \ + -Dportabled=false \ -Dpolkit=false \ -Dacl=false \ -Dgcrypt=false \ diff --git a/debian/systemd.install b/debian/systemd.install index f0fa42c..91fd7d5 100644 --- a/debian/systemd.install +++ b/debian/systemd.install @@ -4,6 +4,7 @@ bin/journalctl bin/loginctl bin/machinectl bin/networkctl +bin/portablectl bin/systemd-notify bin/systemd-tty-ask-password-agent bin/systemd-ask-password
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
