Displaying 3 results from an estimated 3 matches for "package_list".
1998 Jul 06
0
R-beta: Printing documentation for R and all packages installed
....tex pkg-eda.tex pkg-mva.tex pkg-stepfun.tex $(additional_packages_fullname)
#- Man.tex also must have an \input{..} for each of these ^^^^
Manparts = Man-1.ps Man-2.ps Man-3.ps Man-4.ps\
Man-5.ps Man-6.ps Man-7.ps Man-8.ps
Manbooks = $(Manparts:.ps=.bps)
! all: pkg Man.dvi
!
! package_list := $(foreach p,$(additional_packages_fullname), \\\\input{$(patsubst %.tex,%,$(p))})
!
! pkg: #$(additional_packages_fullname)
! # @echo $(additional_packages)
! $(foreach p,$(additional_packages), echo Collecting components of $p; sed 's/__PKG__/$p/g' Pkg-start.tex | cat - $(RLIB)/$p/lat...
2006 Mar 14
1
Using up2date to download channels on rhn
...e "/usr/bin/yam", line 1099, in ?
main()
File "/usr/bin/yam", line 983, in main
mirror(dist.repos[repo], srcdir, dist)
File "/usr/bin/yam", line 632, in mirror
mirrorrhn(url, path, dist)
File "/usr/bin/yam", line 870, in mirrorrhn
package_list, type = rpcServer.doCall(repos.listPackages, channel,
None, None)
File "/usr/share/rhn/up2date_client/rpcServer.py", line 316, in doCall
ret = apply(method, args, kwargs)
File "/usr/share/rhn/up2date_client/repoDirector.py", line 21, in
listPackages
return self...
2007 Apr 09
11
Issues with Puppet on FreeBSD / Creating a Recipe
Hi,
I am running an environment with 15 FreeBSD servers on which I want to
maintain ports, rc.conf settings, and assorted configuration in
/usr/local/etc/. Looked around the existing Puppet docs, I got a
puppetmaster and a test client to work and install a package as
specified in the site manifest. This is very basic but awesome!
I want to create a puppet FreeBSD HowTo that addresses a