Timeline


and

06/03/05:

11:17 Changeset [22039] by ghudson
Merge with tcsh 6.14.00.
10:39 Changeset [22038] by ghudson
Not present in tcsh 6.14.00.
10:38 Changeset [22037]
This commit was manufactured by cvs2svn to create tag 'tcsh-6_14_00'.
10:38 Changeset [22036] by ghudson
This commit was generated by cvs2svn to compensate for changes in r22035, which included commits to RCS files with non-trunk default branches.
10:38 Changeset [22035] by ghudson
Import tcsh 6.14.00.

06/02/05:

16:08 Changeset [22034] by zacheiss
Merge with openafs 1.3.83.
16:03 Changeset [22033] by zacheiss
This commit was generated by cvs2svn to compensate for changes in r22032, which included commits to RCS files with non-trunk default branches.
16:03 Changeset [22032] by zacheiss
Not present in openafs 1.3.83.
15:44 Changeset [22031]
This commit was manufactured by cvs2svn to create tag 'openafs-1_3_83'.
15:44 Changeset [22030] by zacheiss
This commit was generated by cvs2svn to compensate for changes in r22029, which included commits to RCS files with non-trunk default branches.
15:44 Changeset [22029] by zacheiss
Import openafs 1.3.83.

05/31/05:

13:15 Changeset [22028] by ghudson
Pull in a patch from the EMACS_21_1_RC branch of the emacs CVS repository to make the dumper code work under Solaris 10 with gcc 3.4.x. The upstream commit message is: (unexec): Consider a section to precede the .bss section if its addresses overlap that of .bss.
13:12 Changeset [22027] by ghudson
Force the spooler to be lpr; otherwise it can wind up as lp depending on the build order.
13:11 Changeset [22026] by ghudson
Add a script to migrate from lilo to grub.
13:06 Changeset [22025] by ghudson
Specify window gravity to help windowmanager with placement of windows on the right or lower border of the screen. Work around a metacity bug in the handling of reconfigure requests.
10:17 Changeset [22024] by rbasch
Do not redirect error output in the pkgrm loop; package removal is not especially verbose, and the redirection is not occurring now anyway, since the pkglog variable is not set until after this loop.
10:13 Changeset [22023] by rbasch
Set the XDG_DATA_DIRS environment variable, used by the new GNOME MIME handling system, so that /usr/athena/share is in the search path for applications files.
10:09 Changeset [22022] by rbasch
Configure the new GNOME MIME handling system for our most commonly used applications.
10:06 Changeset [22021] by rbasch
Suppress install-info diagnostics; it issues numerous warnings about things that are not real problems.
10:02 Changeset [22020] by rbasch
Look up the preferred http URL handler in GConf, and run it directly, instead of using gnome-open (which will invoke applications other than browsers). Also, add a recursion check.

05/29/05:

02:10 Changeset [22019]
This commit was manufactured by cvs2svn to create tag 'athena-9_4_6'.
02:10 Changeset [22018] by zacheiss
Build smp kernel module against headers from kernel-smp-devel package. Don't build module for BOOT kernel.

05/28/05:

00:28 Changeset [22017] by zacheiss
Make sure we don't destroy connections before they're going to be used. Pullup from openafs mainline.

05/27/05:

02:41 Changeset [22016] by zacheiss
Use prtdiag instead of sysinfo to report CPU speed.
02:40 Changeset [22015] by zacheiss
punt sysinfo.

05/24/05:

09:37 Changeset [22014] by rbasch
Stop building traceroute, which is broken on Solaris 10, in favor of the native Solaris version, which works.

05/23/05:

18:14 Changeset [22013] by rbasch
Set LD_RUN_PATH when building on Solaris, so that explicit dlopen() calls of GNOME libraries succeed, even when the build system does not set a proper run path.
17:51 Changeset [22012] by rbasch
Use the correct autoconf test for recvmsg(), which is in the socket library on Solaris, to fix descriptor passing between a vte client and gnome-pty-helper.
17:45 Changeset [22011] by rbasch
Add the "-line" command line option, and corresponding "utmpLine" resource, which will be used by dm to specify the value to use in the utmp line field (the console terminal name on Solaris, and the display name elsewhere). On Solaris, put the (stripped) display name in the utmp host field, to match the stock Solaris behavior.
17:39 Changeset [22010] by rbasch
On Solaris, use the console terminal name instead of the display name for the utmp line, since the Solaris finger requires an actual device name there. Pass the utmp line name to xlogin via its new "-line" command line option, to ensure that it uses the same value.

05/19/05:

17:20 Changeset [22009] by ghudson
This commit was generated by cvs2svn to compensate for changes in r22008, which included commits to RCS files with non-trunk default branches.
17:20 Changeset [22008] by ghudson
Not present in libgsf 1.10.1.
16:54 Changeset [22007]
This commit was manufactured by cvs2svn to create tag 'libgsf-1_10_1'.
16:54 Changeset [22006] by ghudson
This commit was generated by cvs2svn to compensate for changes in r22005, which included commits to RCS files with non-trunk default branches.
16:54 Changeset [22005] by ghudson
Import libgsf 1.10.1.
16:39 Changeset [22004] by ghudson
Add /usr/athena/lib to the run path; otherwise we can't find the OpenLDAP library on Solaris.
16:38 Changeset [22003] by ghudson
When the X server exits, we've been seeing a gnome-panel crash due to an unexpected NULL value in the orb->adaptors array; we don't know why. Reported upstream at http://bugzilla.gnome.org/show_bug.cgi?id=304791. For now, add a NULL check to suppress the crash.
15:44 Changeset [22002] by rbasch
Suggested by jhawk: Add "duplex" and "2upduplex" printer names, with appropriate corresponding print_command settings.

05/17/05:

12:56 Changeset [22001] by ghudson
Run .profile as well as .bashrc.
12:38 Changeset [22000] by ghudson
Run .profile as well as .bashrc.

05/13/05:

12:38 Changeset [21999] by rbasch
Add the SUNWgnome-vfs-share package, to populate the /usr/share/mime tree (needed by nautilus to configure viewers for special URIs such as "preferences:...");
12:31 Changeset [21998] by rbasch
Add our favorite external handlers. Set them to automatically handle their defined MIME types, to try to minimize user confusion arising from the poor "Open with" dialog UI (including its resolving all symlinks in the application path selected in the file browser; see https://bugzilla.mozilla.org/show_bug.cgi?id=247792).
12:05 Changeset [21997] by ghudson
Modern gtk doesn't let us frob the window type of a widget after creation. So set it on creation, which means expanding out the relevant parts of gtk_message_dialog_new().
12:03 Changeset [21996] by ghudson
Ensure Evolution data directory is private.
12:03 Changeset [21995] by ghudson
Suppress output from the window manager, since it includes a lot of complaints about third-party apps doing stupid but harmless things. Spawn gconfd-2 earlier on, since metacity uses gconf.
12:01 Changeset [21994] by ghudson
At boot time, repoint any nonexistent X mouse device at /dev/input/mice. This handles the case of an X server configured to use /dev/mouse (but not pointed at /dev/psaux, which is handled by the fix-mouse-psaux script) which won't exist on account of udev.
11:58 Changeset [21993] by ghudson
When the dev RPM is removed as part of the RHEL3 to RHEL4 update, repopulate the /dev directory so that further update actions (lilo, fix-mouse-psaux) work properly.

05/12/05:

18:50 Changeset [21992]
This commit was manufactured by cvs2svn to create tag 'mozilla-1_7_8'.
18:50 Changeset [21991] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21990, which included commits to RCS files with non-trunk default branches.
18:50 Changeset [21990] by rbasch
Import mozilla 1.7.8.
18:37 Changeset [21989] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21988, which included commits to RCS files with non-trunk default branches.
18:37 Changeset [21988] by rbasch
Import mozilla 1.7.8.
18:20 Changeset [21987] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21986, which included commits to RCS files with non-trunk default branches.
18:20 Changeset [21986] by rbasch
Import mozilla 1.7.8.
18:13 Changeset [21985] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21984, which included commits to RCS files with non-trunk default branches.
18:13 Changeset [21984] by rbasch
Import mozilla 1.7.8.
17:50 Changeset [21983] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21982, which included commits to RCS files with non-trunk default branches.
17:50 Changeset [21982] by rbasch
Import mozilla 1.7.8.
17:20 Changeset [21981] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21980, which included commits to RCS files with non-trunk default branches.
17:20 Changeset [21980] by rbasch
Import mozilla 1.7.8.
17:02 Changeset [21979] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21978, which included commits to RCS files with non-trunk default branches.
17:02 Changeset [21978] by rbasch
Import mozilla 1.7.8.
16:54 Changeset [21977] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21976, which included commits to RCS files with non-trunk default branches.
16:54 Changeset [21976] by rbasch
Import mozilla 1.7.8.
16:47 Changeset [21975] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21974, which included commits to RCS files with non-trunk default branches.
16:47 Changeset [21974] by rbasch
Import mozilla 1.7.8.
16:42 Changeset [21973]
This commit was manufactured by cvs2svn to create tag 'firefox-1_0_4'.
16:42 Changeset [21972] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21971, which included commits to RCS files with non-trunk default branches.
16:42 Changeset [21971] by rbasch
Import firefox 1.0.4.
16:38 Changeset [21970] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21969, which included commits to RCS files with non-trunk default branches.
16:38 Changeset [21969] by rbasch
Import mozilla 1.7.8.
16:29 Changeset [21968] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21967, which included commits to RCS files with non-trunk default branches.
16:29 Changeset [21967] by rbasch
Import firefox 1.0.4.
16:19 Changeset [21966] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21965, which included commits to RCS files with non-trunk default branches.
16:19 Changeset [21965] by rbasch
Import mozilla 1.7.8.
16:12 Changeset [21964] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21963, which included commits to RCS files with non-trunk default branches.
16:12 Changeset [21963] by rbasch
Import firefox 1.0.4.
16:05 Changeset [21962] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21961, which included commits to RCS files with non-trunk default branches.
16:05 Changeset [21961] by rbasch
Import firefox 1.0.4.
15:44 Changeset [21960] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21959, which included commits to RCS files with non-trunk default branches.
15:44 Changeset [21959] by rbasch
Import mozilla 1.7.8.
15:42 Changeset [21958] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21957, which included commits to RCS files with non-trunk default branches.
15:42 Changeset [21957] by rbasch
Import firefox 1.0.4.
15:35 Changeset [21956] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21955, which included commits to RCS files with non-trunk default branches.
15:35 Changeset [21955] by rbasch
Import firefox 1.0.4.
15:30 Changeset [21954] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21953, which included commits to RCS files with non-trunk default branches.
15:30 Changeset [21953] by rbasch
Import mozilla 1.7.8.
15:17 Changeset [21952] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21951, which included commits to RCS files with non-trunk default branches.
15:17 Changeset [21951] by rbasch
Import mozilla 1.7.8.
15:00 Changeset [21950] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21949, which included commits to RCS files with non-trunk default branches.
15:00 Changeset [21949] by rbasch
Import firefox 1.0.4.
14:59 Changeset [21948] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21947, which included commits to RCS files with non-trunk default branches.
14:59 Changeset [21947] by rbasch
Import mozilla 1.7.8.
14:53 Changeset [21946] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21945, which included commits to RCS files with non-trunk default branches.
14:53 Changeset [21945] by rbasch
Import firefox 1.0.4.
14:41 Changeset [21944] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21943, which included commits to RCS files with non-trunk default branches.
14:41 Changeset [21943] by rbasch
Import firefox 1.0.4.
14:33 Changeset [21942] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21941, which included commits to RCS files with non-trunk default branches.
14:33 Changeset [21941] by rbasch
Import firefox 1.0.4.
14:27 Changeset [21940] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21939, which included commits to RCS files with non-trunk default branches.
14:27 Changeset [21939] by rbasch
Import firefox 1.0.4.
14:17 Changeset [21938] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21937, which included commits to RCS files with non-trunk default branches.
14:17 Changeset [21937] by rbasch
Import firefox 1.0.4.
13:59 Changeset [21936] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21935, which included commits to RCS files with non-trunk default branches.
13:59 Changeset [21935] by rbasch
Import firefox 1.0.4.
13:24 Changeset [21934] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21933, which included commits to RCS files with non-trunk default branches.
13:24 Changeset [21933] by rbasch
Import firefox 1.0.4.
13:11 Changeset [21932] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21931, which included commits to RCS files with non-trunk default branches.
13:11 Changeset [21931] by rbasch
Import firefox 1.0.4.
12:58 Changeset [21930] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21929, which included commits to RCS files with non-trunk default branches.
12:58 Changeset [21929] by rbasch
Import firefox 1.0.4.
12:40 Changeset [21928] by rbasch
This commit was generated by cvs2svn to compensate for changes in r21927, which included commits to RCS files with non-trunk default branches.
12:40 Changeset [21927] by rbasch
Import firefox 1.0.4.

05/07/05:

12:12 Changeset [21926] by rbasch
Kill all mozilla applications (mozilla, firefox, thunderbird) found running on the display.
12:10 Changeset [21925] by rbasch
Bug fix from the previous revision: handle the case where the value of PKG_INSTALL_ROOT is null when cleaning up the pkg database.
12:07 Changeset [21924] by rbasch
Change the dns-server dependency's grouping property to "optional_all", so that disabling that service will not prevent the system from booting to multi-user.

05/05/05:

21:57 Changeset [21923] by amb
This changes the detected linux version to be whatever installed kernel is timestamped last instead of lexically last, and with any trailing "smp" suffix removed. (Without the latter, the install target on SMP machines fails looking for modules with names like libafs-2.6.9-5.ELsmp.i686.mp.ko.)
15:12 Changeset [21922] by ghudson
Disable the cups server (we can't avoid installing it).
14:48 Changeset [21921] by ghudson
Set group owner as well as user owner for installed fonts.

05/04/05:

14:15 Changeset [21920] by zacheiss
Merge with openafs 1.3.82.
14:03 Changeset [21919] by zacheiss
This commit was generated by cvs2svn to compensate for changes in r21918, which included commits to RCS files with non-trunk default branches.
14:03 Changeset [21918] by zacheiss
Not present in openafs 1.3.82.
13:47 Changeset [21917]
This commit was manufactured by cvs2svn to create tag 'openafs-1_3_82'.
13:47 Changeset [21916] by zacheiss
This commit was generated by cvs2svn to compensate for changes in r21915, which included commits to RCS files with non-trunk default branches.
13:47 Changeset [21915] by zacheiss
Import openafs 1.3.82.
13:29 Changeset [21914] by zacheiss
This commit was generated by cvs2svn to compensate for changes in r21913, which included commits to RCS files with non-trunk default branches.
13:29 Changeset [21913] by zacheiss
Import openafs 1.3.82.
Note: See TracTimeline for information about the timeline view.