Advertisement
darkxst

Untitled

Apr 18th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.11 KB | None | 0 0
  1. diff -Nru casper-1.373/debian/changelog casper-1.374/debian/changelog
  2. --- casper-1.373/debian/changelog       2016-04-17 21:25:06.000000000 +1000
  3. +++ casper-1.374/debian/changelog       2016-04-19 12:03:20.000000000 +1000
  4. @@ -1,3 +1,10 @@
  5. +casper (1.374) UNRELEASED; urgency=medium
  6. +
  7. +  * scripts/casper-bottom/25adduser:
  8. +    - Fix symlink when installing passwd systemd unit
  9. +
  10. + -- Tim Lunn <tim@feathertop.org>  Tue, 19 Apr 2016 12:02:37 +1000
  11. +
  12.  casper (1.373) xenial; urgency=medium
  13.  
  14.    * scripts/casper-bottom/25adduser:
  15. diff -Nru casper-1.373/scripts/casper-bottom/25adduser casper-1.374/scripts/casper-bottom/25adduser
  16. --- casper-1.373/scripts/casper-bottom/25adduser        2016-04-17 21:24:56.000000000 +1000
  17. +++ casper-1.374/scripts/casper-bottom/25adduser        2016-04-19 12:02:20.000000000 +1000
  18. @@ -113,7 +113,7 @@
  19.  ExecStart=-/usr/bin/dbus-run-session passwd -d $USERNAME
  20.  Type=oneshot
  21.  EOF
  22. -        ln -s /root/lib/systemd/system/passwd-del.service \
  23. +        ln -s /lib/systemd/system/passwd-del.service \
  24.                /root/etc/systemd/system/display-manager.service.wants/
  25.      fi
  26.  fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement