summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNigel Kersten <nigelk@google.com>2009-07-13 16:18:51 -0700
committerNigel Kersten <nigelk@google.com>2009-07-14 07:54:15 -0700
commita42e8788b1fde5273ba1e34f6d90c451394849b8 (patch)
tree5145273a5bba4a3bf070c95417e2c334db4fbe25 /conf
parent22f56327e74a1201cf25d82e980b2500057d698e (diff)
downloadpuppet-a42e8788b1fde5273ba1e34f6d90c451394849b8.tar.gz
puppet-a42e8788b1fde5273ba1e34f6d90c451394849b8.tar.xz
puppet-a42e8788b1fde5273ba1e34f6d90c451394849b8.zip
deprecate NetInfo providers and examples, remove all NetInfo references and tests.
Diffstat (limited to 'conf')
-rw-r--r--conf/redhat/puppet.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec
index 2e9565863..9d1d65f13 100644
--- a/conf/redhat/puppet.spec
+++ b/conf/redhat/puppet.spec
@@ -64,7 +64,7 @@ The server can also function as a certificate authority and file server.
%build
# Fix some rpmlint complaints
for f in mac_dscl.pp mac_dscl_revert.pp \
- mac_netinfo.pp mac_pkgdmg.pp ; do
+ mac_pkgdmg.pp ; do
sed -i -e'1d' examples/$f
chmod a-x examples/$f
done