corrado@corrado-HP-p6-cc-0904:~$ cd /usr/bin
corrado@corrado-HP-p6-cc-0904:/usr/bin$ diff deb-systemd-invoke-o 
deb-systemd-invoke
1c1
< #!/usr/bin/env perl
---
> #!/usr/bin/perl
3c3
< # © 2013 Michael Stapelberg <[email protected]>
---
> # © 2013 Michael Stapelberg <[email protected]>
63d62
< my @opts = ("--no-ask-password");
90c89
<         my $enabled_output = `/bin/systemctl @opts is-enabled -- '$unit'`;
---
>         my $enabled_output = `/bin/systemctl is-enabled -- '$unit'`;
95c94
<         system('/bin/systemctl', @opts, '--quiet', 'is-active', '--', $unit);
---
>         system('/bin/systemctl', '--quiet', 'is-active', '--', $unit);
107c106
<         exec('/bin/systemctl', @opts, $action, @start_units) or die("Could 
not execute systemctl: $!");
---
>         exec('/bin/systemctl', $action, @start_units) or die("Could not 
> execute systemctl: $!");
111c110
<     exec '/bin/systemctl', @opts, @ARGV;
---
>     exec '/bin/systemctl', @ARGV;
113d111
< 
corrado@corrado-HP-p6-cc-0904:/usr/bin$

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791087

Title:
  snapd 2.35.1+18.10 hang on apt upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1791087/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to