06431e79f0
this one is thoroughly tested by me. Changes since 1.5: - Enabled a number of Windows facts - operating system, domain, ipaddress, macaddress, kernel, ipconfig and others. - macaddress now set on Ubuntu. - CONFIG['bindir'] CONFIG['sbindir'] have undesirable defaults on. - Allow specification of --bindir --sbindir --sitelibdir --mandir. - Package creation scripts for Mac OS X. - Solaris. (Whatever was done here, it's written like that in the ChangeLog.) - Add module level tests for Facter::IPAddress. - Add sample test and strawman solution for IP parsing code. - Adding better SuSE detection for both operatingsystem and release. - Adding a rake task for creating an archive. - macaddress not set on Ubuntu. - Modified the operatingsystem fact for Debian so it looks in /etc/debian_version instead of /proc/version. - Added virtual fact. - Added kernelversion fact. - Facter now defaults to 0 timeout. - CentOS version detection is now better. - Set the timeout the host-based and resolve-based resolutions to 2. - Added a Process.waitall thread when there's a timeout, to avoid zombies. - Update to dmidecode fact. - Added operatingsystemrelease for Solaris. - Updated virtual fact for xenu and xen0. - Removed facter from PREREQS.
99 lines
3.5 KiB
Text
99 lines
3.5 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2009/02/08 23:25:32 tonnerre Exp $
|
|
bin/facter
|
|
${GEM_HOME}/cache/facter-${PKGVERSION}.gem
|
|
${GEM_LIBDIR}/CHANGELOG
|
|
${GEM_LIBDIR}/COPYING
|
|
${GEM_LIBDIR}/INSTALL
|
|
${GEM_LIBDIR}/LICENSE
|
|
${GEM_LIBDIR}/README
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/TODO
|
|
${GEM_LIBDIR}/bin/facter
|
|
${GEM_LIBDIR}/conf/osx/PackageInfo.plist
|
|
${GEM_LIBDIR}/conf/osx/createpackage.sh
|
|
${GEM_LIBDIR}/conf/osx/preflight
|
|
${GEM_LIBDIR}/conf/redhat/facter.spec
|
|
${GEM_LIBDIR}/conf/solaris/pkginfo
|
|
${GEM_LIBDIR}/documentation/custom.page
|
|
${GEM_LIBDIR}/documentation/index.page
|
|
${GEM_LIBDIR}/etc/facter.conf
|
|
${GEM_LIBDIR}/install.rb
|
|
${GEM_LIBDIR}/lib/facter.rb
|
|
${GEM_LIBDIR}/lib/facter/Cfkey.rb
|
|
${GEM_LIBDIR}/lib/facter/architecture.rb
|
|
${GEM_LIBDIR}/lib/facter/domain.rb
|
|
${GEM_LIBDIR}/lib/facter/facterversion.rb
|
|
${GEM_LIBDIR}/lib/facter/fqdn.rb
|
|
${GEM_LIBDIR}/lib/facter/hardwareisa.rb
|
|
${GEM_LIBDIR}/lib/facter/hardwaremodel.rb
|
|
${GEM_LIBDIR}/lib/facter/hostname.rb
|
|
${GEM_LIBDIR}/lib/facter/id.rb
|
|
${GEM_LIBDIR}/lib/facter/ipaddress.rb
|
|
${GEM_LIBDIR}/lib/facter/iphostnumber.rb
|
|
${GEM_LIBDIR}/lib/facter/ipmess.rb
|
|
${GEM_LIBDIR}/lib/facter/kernel.rb
|
|
${GEM_LIBDIR}/lib/facter/kernelrelease.rb
|
|
${GEM_LIBDIR}/lib/facter/kernelversion.rb
|
|
${GEM_LIBDIR}/lib/facter/lsb.rb
|
|
${GEM_LIBDIR}/lib/facter/lsbmajdistrelease.rb
|
|
${GEM_LIBDIR}/lib/facter/macaddress.rb
|
|
${GEM_LIBDIR}/lib/facter/macosx.rb
|
|
${GEM_LIBDIR}/lib/facter/manufacturer.rb
|
|
${GEM_LIBDIR}/lib/facter/memory.rb
|
|
${GEM_LIBDIR}/lib/facter/netmask.rb
|
|
${GEM_LIBDIR}/lib/facter/operatingsystem.rb
|
|
${GEM_LIBDIR}/lib/facter/operatingsystemrelease.rb
|
|
${GEM_LIBDIR}/lib/facter/processor.rb
|
|
${GEM_LIBDIR}/lib/facter/ps.rb
|
|
${GEM_LIBDIR}/lib/facter/puppetversion.rb
|
|
${GEM_LIBDIR}/lib/facter/rubysitedir.rb
|
|
${GEM_LIBDIR}/lib/facter/rubyversion.rb
|
|
${GEM_LIBDIR}/lib/facter/ssh.rb
|
|
${GEM_LIBDIR}/lib/facter/uniqueid.rb
|
|
${GEM_LIBDIR}/lib/facter/util/collection.rb
|
|
${GEM_LIBDIR}/lib/facter/util/confine.rb
|
|
${GEM_LIBDIR}/lib/facter/util/fact.rb
|
|
${GEM_LIBDIR}/lib/facter/util/ip.rb
|
|
${GEM_LIBDIR}/lib/facter/util/loader.rb
|
|
${GEM_LIBDIR}/lib/facter/util/macosx.rb
|
|
${GEM_LIBDIR}/lib/facter/util/manufacturer.rb
|
|
${GEM_LIBDIR}/lib/facter/util/memory.rb
|
|
${GEM_LIBDIR}/lib/facter/util/netmask.rb
|
|
${GEM_LIBDIR}/lib/facter/util/plist.rb
|
|
${GEM_LIBDIR}/lib/facter/util/plist/generator.rb
|
|
${GEM_LIBDIR}/lib/facter/util/plist/parser.rb
|
|
${GEM_LIBDIR}/lib/facter/util/resolution.rb
|
|
${GEM_LIBDIR}/lib/facter/virtual.rb
|
|
${GEM_LIBDIR}/spec/Rakefile
|
|
${GEM_LIBDIR}/spec/integration/facter.rb
|
|
${GEM_LIBDIR}/spec/spec.opts
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
|
${GEM_LIBDIR}/spec/unit/data/linux_ifconfig_all_with_single_interface
|
|
${GEM_LIBDIR}/spec/unit/data/solaris_ifconfig_single_interface
|
|
${GEM_LIBDIR}/spec/unit/facter.rb
|
|
${GEM_LIBDIR}/spec/unit/util/collection.rb
|
|
${GEM_LIBDIR}/spec/unit/util/confine.rb
|
|
${GEM_LIBDIR}/spec/unit/util/fact.rb
|
|
${GEM_LIBDIR}/spec/unit/util/ip.rb
|
|
${GEM_LIBDIR}/spec/unit/util/loader.rb
|
|
${GEM_LIBDIR}/spec/unit/util/resolution.rb
|
|
${GEM_HOME}/specifications/facter-${PKGVERSION}.gemspec
|
|
@dirrm ${GEM_LIBDIR}/spec/unit/util
|
|
@dirrm ${GEM_LIBDIR}/spec/unit/data
|
|
@dirrm ${GEM_LIBDIR}/spec/unit
|
|
@dirrm ${GEM_LIBDIR}/spec/integration
|
|
@dirrm ${GEM_LIBDIR}/spec
|
|
@dirrm ${GEM_LIBDIR}/lib/facter/util/plist
|
|
@dirrm ${GEM_LIBDIR}/lib/facter/util
|
|
@dirrm ${GEM_LIBDIR}/lib/facter
|
|
@dirrm ${GEM_LIBDIR}/lib
|
|
@dirrm ${GEM_LIBDIR}/etc
|
|
@dirrm ${GEM_LIBDIR}/documentation
|
|
@dirrm ${GEM_LIBDIR}/conf/solaris
|
|
@dirrm ${GEM_LIBDIR}/conf/redhat
|
|
@dirrm ${GEM_LIBDIR}/conf/osx
|
|
@dirrm ${GEM_LIBDIR}/conf
|
|
@dirrm ${GEM_LIBDIR}/bin
|
|
@dirrm ${GEM_LIBDIR}
|
|
@exec ${MKDIR} %D/${GEM_DOCDIR}
|
|
@dirrm lib/ruby
|