Am Thu, 23 Jul 2015 14:38:07 +0200
schrieb Michael Biebl <bi...@debian.org>:

> Am 23.07.2015 um 14:25 schrieb Julian Wollrath:
> 
> > diff --git a/debian/extra/initramfs-tools/hooks/udev
> > b/debian/extra/initramfs-tools/hooks/udev index
> > cfe5085ae079..d3d08aa48f93 100755 ---
> > a/debian/extra/initramfs-tools/hooks/udev +++
> > b/debian/extra/initramfs-tools/hooks/udev @@ -41,6 +41,10 @@ for
> > link in 01-mac-for-usb.link 99-default.link; do fi
> >  done
> >  
> > +if [ -d /etc/systemd/network/ ]; then
> > +  cp -p /etc/systemd/network/*.link $DESTDIR/lib/systemd/network/
> > +fi
> > +
> 
> I don't think there is a good reason to copy the 01-mac-for-usb.link
> 99-default.link files twice.
They will only get copied twice, if they exist in /etc/systemd/network
and /lib/systemd/network, but in most cases (mine included) they will
only exist in /lib/systemd/network.

> 
> If we are going to copy all *.link files, the preceding section should
> be removed
> 
> 

Attachment: pgpDzFuyiGyPy.pgp
Description: Digitale Signatur von OpenPGP

_______________________________________________
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to