summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2013-04-13 11:23:13 -0500
committerDaniel Solano Gómez <gentoo@sattvik.com>2013-04-13 11:23:13 -0500
commita1f931a143e29b4875e0e6d491fba3b7358e530b (patch)
tree13118aa00cbd42da969b61d25b3cbb00ff515fa1
parentGet rid of ebuilds with custom colour map (diff)
downloadsattvik-a1f931a143e29b4875e0e6d491fba3b7358e530b.tar.gz
sattvik-a1f931a143e29b4875e0e6d491fba3b7358e530b.tar.bz2
sattvik-a1f931a143e29b4875e0e6d491fba3b7358e530b.zip
Updated patch
-rw-r--r--profiles/sattvik/linux/amd64/13.0/sattvik_patches/sys-apps/openrc-0.11.8/openrc-0.11.8-add-dhcpv6-support.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/sattvik/linux/amd64/13.0/sattvik_patches/sys-apps/openrc-0.11.8/openrc-0.11.8-add-dhcpv6-support.patch b/profiles/sattvik/linux/amd64/13.0/sattvik_patches/sys-apps/openrc-0.11.8/openrc-0.11.8-add-dhcpv6-support.patch
index b4de42e..79df6af 100644
--- a/profiles/sattvik/linux/amd64/13.0/sattvik_patches/sys-apps/openrc-0.11.8/openrc-0.11.8-add-dhcpv6-support.patch
+++ b/profiles/sattvik/linux/amd64/13.0/sattvik_patches/sys-apps/openrc-0.11.8/openrc-0.11.8-add-dhcpv6-support.patch
@@ -60,6 +60,19 @@ index d42b5ae..2d6d4fb 100644
# Basically sorts our modules into order and saves the list
_gen_module_list()
{
+diff --git a/net/Makefile b/net/Makefile
+index cc24a80..7bde5e1 100644
+--- a/net/Makefile
++++ b/net/Makefile
+@@ -13,7 +13,7 @@ SRCS-Linux= iwconfig.sh.in
+ INC-Linux= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \
+ ccwgroup.sh clip.sh ethtool.sh iproute2.sh ifplugd.sh ip6to4.sh \
+ ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh \
+- vlan.sh macvlan.sh ip6rd.sh firewalld.sh
++ vlan.sh macvlan.sh ip6rd.sh firewalld.sh dhclientv6.sh
+
+ SRCS-NetBSD=
+ INC-NetBSD= ifwatchd.sh
diff --git a/net/dhclientv6.sh b/net/dhclientv6.sh
new file mode 100644
index 0000000..f87ed4d