Ubuntu Pastebin

Paste from ogra at Mon, 2 May 2016 12:08:45 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
diff -Nru livecd-rootfs-2.300.2+vivid15/debian/changelog livecd-rootfs-2.300.2+vivid16/debian/changelog
--- livecd-rootfs-2.300.2+vivid15/debian/changelog	2016-03-30 16:30:05.000000000 +0200
+++ livecd-rootfs-2.300.2+vivid16/debian/changelog	2016-05-02 14:03:27.000000000 +0200
@@ -1,3 +1,9 @@
+livecd-rootfs (2.300.2+vivid16) vivid; urgency=medium
+
+  * add dhcpd to passwd,groups,shadow and gshadow files by default
+
+ -- Oliver Grawert <ogra@ubuntu.com>  Mon, 02 May 2016 14:02:39 +0200
+
 livecd-rootfs (2.300.2+vivid15) vivid; urgency=medium
 
   [ Xavi Garcia ]
diff -Nru livecd-rootfs-2.300.2+vivid15/live-build/ubuntu-pd/hooks/00-uid-gid-fix.chroot_early livecd-rootfs-2.300.2+vivid16/live-build/ubuntu-pd/hooks/00-uid-gid-fix.chroot_early
--- livecd-rootfs-2.300.2+vivid15/live-build/ubuntu-pd/hooks/00-uid-gid-fix.chroot_early	2015-04-07 21:59:28.000000000 +0200
+++ livecd-rootfs-2.300.2+vivid16/live-build/ubuntu-pd/hooks/00-uid-gid-fix.chroot_early	2016-05-02 14:02:35.000000000 +0200
@@ -52,6 +52,7 @@
 systemd-network:x:112:117:systemd Network Management,,,:/run/systemd/netif:/bin/false
 systemd-resolve:x:113:118:systemd Resolver,,,:/run/systemd/resolve:/bin/false
 systemd-bus-proxy:x:114:119:systemd Bus Proxy,,,:/run/systemd:/bin/false
+dhcpd:x:115:122::/var/run:/bin/false
 EOF
 else
     echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
@@ -99,6 +100,7 @@
 systemd-network:*:16372:0:99999:7:::
 systemd-resolve:*:16372:0:99999:7:::
 systemd-bus-proxy:*:16372:0:99999:7:::
+dhcpd:*:16921:0:99999:7:::
 EOF
 else
     echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
@@ -184,6 +186,7 @@
 systemd-bus-proxy:x:119:
 systemd-journal-remote:x:120:
 input:x:121:
+dhcpd:x:122:
 EOF
 else
     echo "/etc/group post-debootstrap hash doesn't match record" >&2
@@ -269,6 +272,7 @@
 systemd-bus-proxy:!::
 systemd-journal-remote:!::
 input:!::
+dhcpd:!::
 EOF
 else
     echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
diff -Nru livecd-rootfs-2.300.2+vivid15/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early livecd-rootfs-2.300.2+vivid16/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early
--- livecd-rootfs-2.300.2+vivid15/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early	2015-04-07 21:59:28.000000000 +0200
+++ livecd-rootfs-2.300.2+vivid16/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early	2016-05-02 14:02:35.000000000 +0200
@@ -52,6 +52,7 @@
 systemd-network:x:112:117:systemd Network Management,,,:/run/systemd/netif:/bin/false
 systemd-resolve:x:113:118:systemd Resolver,,,:/run/systemd/resolve:/bin/false
 systemd-bus-proxy:x:114:119:systemd Bus Proxy,,,:/run/systemd:/bin/false
+dhcpd:x:115:122::/var/run:/bin/false
 EOF
 else
     echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
@@ -99,6 +100,7 @@
 systemd-network:*:16372:0:99999:7:::
 systemd-resolve:*:16372:0:99999:7:::
 systemd-bus-proxy:*:16372:0:99999:7:::
+dhcpd:*:16921:0:99999:7:::
 EOF
 else
     echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
@@ -184,6 +186,7 @@
 systemd-bus-proxy:x:119:
 systemd-journal-remote:x:120:
 input:x:121:
+dhcpd:x:122:
 EOF
 else
     echo "/etc/group post-debootstrap hash doesn't match record" >&2
@@ -269,6 +272,7 @@
 systemd-bus-proxy:!::
 systemd-journal-remote:!::
 input:!::
+dhcpd:!::
 EOF
 else
     echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
Download as text