<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/sade/dispatch.c, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-08-17T10:55:50Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2006-08-17T10:55:50Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-08-17T10:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7e506a9a093f2d88aceaa93771d06dad59da1e45'/>
<id>urn:sha1:7e506a9a093f2d88aceaa93771d06dad59da1e45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2005-07-11T04:14:43Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-07-11T04:14:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6ac68e81ff340e851cccd941b1ed36e2391039d9'/>
<id>urn:sha1:6ac68e81ff340e851cccd941b1ed36e2391039d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove support for configuring the X server from sysinstall.  General</title>
<updated>2004-08-30T21:03:09Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2004-08-30T21:03:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=83c7f6e5de2522dd058016c6f43eae62766f40c8'/>
<id>urn:sha1:83c7f6e5de2522dd058016c6f43eae62766f40c8</id>
<content type='text'>
concensus seems to be that is best left for doing post-install.

Discussed on:	freebsd-current@
Tested with:	make release
Approved by:	re@
MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled the</title>
<updated>2003-08-19T23:23:27Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-19T23:23:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c5f8ff3aeec5d1d39cf461c8235e6298b9b3d0cc'/>
<id>urn:sha1:c5f8ff3aeec5d1d39cf461c8235e6298b9b3d0cc</id>
<content type='text'>
installing XFree86 (version 3.3.6 and before).

Reviewed by:	jhb
</content>
</entry>
<entry>
<title>- Rename installFixupBin to installFixupBase to finish up the 'bin' to</title>
<updated>2003-01-17T19:05:32Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-01-17T19:05:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b6c29cebcdb48c45e47ea3539a71f5bef3735a6'/>
<id>urn:sha1:4b6c29cebcdb48c45e47ea3539a71f5bef3735a6</id>
<content type='text'>
  'base' dist rename.
- Rework struct dist to allow for different types of dists.  There are
  currently three types of dists: DT_TARBALL, the traditonal gzipped and
  split tar file; DT_PACKAGE, a package; and DT_SUBDIST, a meta-dist in
  the tree that has its own array of dists as its contents.  For example,
  the 'base' dist is a DT_TARBALL dist, the 'perl' dist is a DT_PACKAGE
  dist, and the 'src' dist is a DT_SUBDIST dist with its own dist table
  that contains 'sbase', 'ssys', etc.
- Add helper macros for defining array entries for the different types of
  dists to try and make the statically defined dist table in dist.c more
  readable.
- Split the logic to deal with a DT_TARBALL dist out of distExtract()
  and into its own distExtractTarball() function.  distExtract() now
  calls other functions to extract each dist.
- Tweak the percentage complete calculation in distExtractTarball() to
  do the multiply prior to the divide so it doesn't have to use floating
  point.
- Axe the installPackage() function along with the special handling for
  the perl and XFree86 dists in distExtractAll() since distExtract()
  handles package dists directly now.
- Add back in subdists for the X packages based on the split up packages
  that XFree86-4 uses that as closely map to the X dists we used with
  X 3.3.x.
- Lots of things like distSetX() and the X dist masks are no longer
  #ifndef X_AS_PKG since we use them in both cases now.
- Make the entire installFixupXFree() function #ifndef X_AS_PKG, we only
  call it in that case anyways, and it's not suitable for the X_AS_PKG
  case.
- Add in X dist menus for the X_AS_PKG case.

Approved by:	re
</content>
</entry>
<entry>
<title>Only include the diskPartitionEditor script command if WITH_SLICES is</title>
<updated>2002-11-27T19:41:06Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-27T19:41:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=404846adf04ba02e57404ca54c58aab25ddafa74'/>
<id>urn:sha1:404846adf04ba02e57404ca54c58aab25ddafa74</id>
<content type='text'>
defined.

Approved by:	re
</content>
</entry>
<entry>
<title>Expand X_AS_PKG so that we don't declare distribution bitmasks or menus</title>
<updated>2002-11-27T18:36:30Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-27T18:36:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fe0921bc45ec4aebf5a0bd6094d6b2c298002fb'/>
<id>urn:sha1:6fe0921bc45ec4aebf5a0bd6094d6b2c298002fb</id>
<content type='text'>
for the X distributions if X_AS_PKG is defined.

Tested on:	i386
Approved by:	re
</content>
</entry>
<entry>
<title>Fix handling of the 'noError' variable.  According to the code comments,</title>
<updated>2002-06-03T19:42:49Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-06-03T19:42:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e364f0da4284eac7b04d8764e44541d96106a0c1'/>
<id>urn:sha1:e364f0da4284eac7b04d8764e44541d96106a0c1</id>
<content type='text'>
one can set the 'noError' variable to ignore any errors that occur for the
next command.  However, the code was only unsetting 'noError' when an error
actually occurred, so if you set 'noError', the next command completed ok,
and the command after that failed, the second command's failure would be
ignored.  This fixes this by performing the 'noError' check earlier and
then unsetting 'noError' after every command that is run.

Sponsored by:	The Weather Channel
</content>
</entry>
<entry>
<title>Add a 'mediaClose' script command to close the open media.  An example use</title>
<updated>2002-06-03T19:39:28Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-06-03T19:39:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=77218da3745466ee6373b8a8392437c61734e472'/>
<id>urn:sha1:77218da3745466ee6373b8a8392437c61734e472</id>
<content type='text'>
would be to unmount the CD you installed from and prompt the user to
eject it before rebooting the machine.

Sponsored by:	The Weather Channel
</content>
</entry>
<entry>
<title>Switch to using XFree86 version 4.  We do this thru installing the package,</title>
<updated>2002-04-02T20:42:54Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-04-02T20:42:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4807422fe763c5213fc24e3c24eb806dd741ad88'/>
<id>urn:sha1:4807422fe763c5213fc24e3c24eb806dd741ad88</id>
<content type='text'>
so know we have proper PKG registration and dependency information.

This is a WIP for 5.0 DP #1, so it is still rough around the edges and
does not GC the old XFree86 3.3.6 handling stuff that should be GC'ed.
Sponsored by:	FreeBSD Mall, Inc.
</content>
</entry>
</feed>
