Timeline
05/29/04:
- 13:22 Changeset [20514] by
- Don't build with nls support, since we don't want gmake to build differently depending on whether libintl has been installed.
05/28/04:
- 19:25 Changeset [20513] by
- Remove the hack adding a dependency on MIT-texinfo for any package containing an info file. We will deal with the dependency on install-info by invoking /usr/sfw/bin/install-info in the info class action scripts.
- 19:20 Changeset [20512] by
- Look for the install-info executable in all of its possible locations, to be consistent with the install script.
- 19:18 Changeset [20511] by
- Remove any existing target file before copying in the new file, so that we do not fail in overwriting a write-protected file. Look for the install-info executable in all of its possible locations, preferring the Solaris version in /usr/sfw/bin, in case the athena version's prerequisite software is not installed.
05/27/04:
- 15:01 Changeset [20510] by
- Suppress the bogus clientmessage warnings unless we are being verbose; sawfish seems to cause these messages when windows are minimized or unminimized.
- 14:38 Changeset [20509] by
- Don't set the grenew windows GTK_WINDOW_POPUP; that means they don't get focus under sawfish, and thus you can't type in a password.
- 14:37 Changeset [20508] by
- Source the system cshrc as well as login, and try the Linux paths as well as the Solaris ones. The primary motivation for this is to get LANG set under Linux (/etc/csh.cshrc is what reads it out of /etc/sysconfig/i18n) before gnome-terminal starts up, so that the default encoding is determined properly.
- 14:35 Changeset [20507] by
- Add libgsf, a dependency of librsvg.
05/25/04:
- 14:50 Changeset [20506] by
- In openComposeWindow, when there is no attachment (i.e. the "send link" case), and the external.mailto preference is enabled, invoke the external mail application. (Our preference for the external application (evolution) over mozilla's integrated mail client trumps the inconsistency introduced with the cases where there is an attachment, e.g. "send page"; there is no interface for having the external application handle an attachment).
- 14:34 Changeset [20505] by
- Quote mailbox names in commands sent to the IMAP server (space is a valid character in a mailbox name).
- 13:29 Changeset [20504] by
- Remove /usr/athena/info/dir from the package database for various packages which erroneously installed the file in previous versions of 9.3.
- 13:26 Changeset [20503] by
- Update for the new install: mount /usr/vice/cache instead of /var/usr/vice, and remove the /var and /usr entries (multi-partition installs are no longer supported).
- 13:22 Changeset [20502] by
- Error out if the package directory does not have a .order-version file with size greater than 0.
- 13:15 Changeset [20501] by
- Changes for the new Solaris install: * Exec finish-install-wrapper from /srvd (since finish-install will overwrite this script). * Run named and config_afs, so that the install can be completed. * Run sh instead of tcsh when the wrapper script cannot be found, since tcsh will not exist now until finish-install runs.
- 13:06 Changeset [20500] by
- Changes for the new install for 9.3: * Build and install the "fastfs" and "to" binaries; both are needed in generating the miniroot, and fastfs needs to be installed in /srvd/install. * Change ${INSTALL_DEV} to the devices subdirectory of ${INSTALL}, so that a non-standard build does not need to set both values (used in generating the miniroot). * Remove athchanges. * Install the new finish-install-wrapper script. * Make the startup script executable.
- 12:58 Changeset [20499] by
- Changes to the beginning of the install, in support of the reworked install for 9.3, including: * The startup script is run as an rc2 script, instead of via inittab, * Don't initialize /etc/myIPaddr; the rcS script takes care of that. * Miscellaneous clean-up, including more consistent spacing.
- 12:50 Changeset [20498] by
- Rework finish-install for 9.3: * Add finish-install-wrapper.sh, to handle the tasks formerly done in the finish-update boot script (since the latter script may be overwritten during finish-install). * Install MIT non-core packages in finish-install. * Set rc.conf variables according to the install.vars file passed from the earlier stage of the install. * Copy the passwd/shadow/group files from AFS. * Perform other end-of-install tasks.
- 12:41 Changeset [20497] by
- Rework the install for 9.3. Changes here include: * The minimum version to install is 9.0. * Remove all support for multi-partition installs. * Use getcluster and hesinfo to obtain the proper symlinks to the srvd, os, and install volumes. For custom installs, prompt for non-standard values for $SYSLIB and symlink paths. * For 9.3 (or later) custom installs, prompt for values for the PUBLIC, AUTOUPDATE, and RVDCLIENT rc.conf variables, * Use the new filesystem layout for 9.3 or later, i.e. mount /usr/vice/cache instead of /var/usr/vice. * Start afsd with the -afsdb option, so we do not have to maintain a CellServDB file in the miniroot. * For manual partioning, invoke format with the drive as an argument, to avoid entering the disk selection dialog (which errors out now that we run as an rc2 script). Run prtvtoc to display the partition map when format exits, and prompt for confirmation, in case the user tried to invoke the disk selection dialog. * Cosmetic change: Make spacing more consistent.
- 12:24 Changeset [20496] by
- Rework the install for 9.3, including using pkgadd to install MIT packages, instead of running track. As in the update, packages are split into core and non-core, with only the former getting installed here; finish-install will install the non-core packages, and take care of most of the end-of-install tasks. Other changes include: * Run fastfs to enable delayed I/O on the target root filesystem. * Use the new filesystem layout, i.e. mount /usr/vice/cache instead of /var/usr/vice. * Don't redirect pkgadd error output when installing OS packages; install1.sh will now redirect both descriptors 1 and 2 to the log file. * Use /install/cdrom and /install/patches instead of /cdrom and /patches (install1.sh now sets these up correctly). * Use pkgadd -M (ignore the root's vfstab file). * Use /root/var/athena/install.vars to pass along needed parameters to finish-install. * Make sure we put the fully qualified and unqualified host names into /etc/inet/hosts, allowing for non-mit.edu names. * Run netparams, and use the masks file, from /srvd. * Cosmetic change: make spacing consistent.
- 12:09 Changeset [20495] by
- Add source for fastfs, which is used to speed up the install by setting delayed I/O on the target root filesystem. Adapted from source which originally came from Usenet.
- 09:40 Changeset [20494] by
- Handle /usr/athena/info files: remove any generated dir file in the install target, put all info files in the "info" class (whose action scripts will take care of updating the dir file), and add a dependency on MIT-texinfo, which contains the install-info executable.
- 09:33 Changeset [20493] by
- Add MIT-gettext and MIT-libiconv as prerequisite packages, to ensure that install-info will run.
- 09:30 Changeset [20492] by
- Add install/remove scripts for the info class, which take care of updating the dir file in the info directory.
05/21/04:
- 15:43 Changeset [20491] by
- Replace BFSZ with GMS_MAX_MESSAGE_SIZE so that the client and server have the same idea of what the maximum message size is.
- 15:42 Changeset [20490] by
- Remove BFSZ, since it was redundant with GMS_MAX_MESSAGE_SIZE.
05/20/04:
- 18:14 Changeset [20489] by
- Ignore the local and fallback files when the "-h <hostname>" option is given.
- 18:12 Changeset [20488] by
- Kill xscreensaver at session end, so that it does not try to restart when we send it SIGHUP.
05/18/04:
- 22:41 Changeset [20487] by
- This commit was generated by cvs2svn to compensate for changes in r20486, which included commits to RCS files with non-trunk default branches.
- 22:41 Changeset [20486] by
- Import libgsf 1.8.2.
05/16/04:
- 17:31 Changeset [20485] by
- al_acct_create no longer takes a cryptpw parameter.
- 17:29 Changeset [20484] by
- Eliminate the unused cryptpw parameter from al_acct_create.
- 17:29 Changeset [20483] by
- Bring the ooffice locker local.
- 17:29 Changeset [20482] by
- Invoke xscreensaver with proper name.
- 17:26 Changeset [20481] by
- The pixels/npixels return variables to xscreensaver_logo are not optional.
- 17:25 Changeset [20480] by
- Re-support -no-start-locked, since xscreensaver-button uses it.
- 17:24 Changeset [20479] by
- Must echo after success or the next message will overwrite ours.
- 17:24 Changeset [20478] by
- Fix syntax error.
- 17:23 Changeset [20477] by
- Support $G_USE_HOME_FOR_HOMEDIR to make $HOME override the passwd entry homedir, in case people really want that.
- 17:20 Changeset [20476] by
- Increase screensaver geometry width to 3200 pixels to account for multi-headed displays.
- 17:19 Changeset [20475] by
- Remove smmsp from the group file as well as the passwd file.
- 12:44 Changeset [20474] by
- Quote the mailbox name argument in the EXAMINE command, so we handle names containing a space.
- 12:42 Changeset [20473] by
- Add jfb to the frame buffers getting a 24-bit default visual.
- 12:36 Changeset [20472] by
- Remove the hack setting up the /usr/vice -> /var/usr/vice symlink in the install target; new installs will have a saner filesystem layout. Accordingly, adjust the hack of the prototype to recognize /usr/vice instead of /var/usr/vice paths.
- 12:31 Changeset [20471] by
- Delete the /usr/vice directory entry, so we do not clobber the symlink to /var/usr/vice on machines with the older filesystem layout. Remove the edits for the various /usr/vice/etc config files; those files do not belong to the package.
- 12:21 Changeset [20470] by
- Add packages for the jfb device driver, in support of the SunBlade 1500's XVR-600 graphics accelerator.
05/13/04:
- 22:40 Changeset [20469] by
- Add init script to start samba at boot time.
- 22:39 Changeset [20468] by
- Add init script to start samba daemons at boot time.
- 22:39 Changeset [20467] by
- Add SMBSRV variable.
- 22:39 Changeset [20466] by
- Add SMBSRV variable to rc.conf and install an init script to start samba daemons at boot time.
05/11/04:
- 17:06 Changeset [20465] by
- Remove duplicate reference to expand(1).
- 14:05 Changeset [20464] by
- Run save_cluster_info at boot time, instead of only out of reactivate.
- 14:04 Changeset [20463] by
- Clean up /var/server/usr, since mkserv doesn't update it or care about it anymore.
05/08/04:
- 16:53 Changeset [20462] by
- Quote $PUBLIC when testing its value (the setting may not have been added yet to rc.conf).
- 16:49 Changeset [20461] by
- Run os-checkfiles explicitly from /srvd/usr/athena/etc.
- 16:46 Changeset [20460] by
- Remove copy of /etc/driver_aliases from /install/cdrom/mach/...; the copy fails in 9.3, where we do not use a mach hierarchy. (The file seems to be updated properly by the Sun packages' install scripts).
05/07/04:
- 21:44 Changeset [20459] by
- Remove smmsp user from passwd file if it exists (as it does on Solaris), to avoid confusing the sendmail build.
05/06/04:
- 23:22 Changeset [20458] by
- Merge with libiconv 1.9.2.
- 23:17 Changeset [20457] by
- This commit was generated by cvs2svn to compensate for changes in r20456, which included commits to RCS files with non-trunk default branches.
- 23:17 Changeset [20456] by
- Not present in libiconv 1.9.2.
- 23:15 Changeset [20455]
- This commit was manufactured by cvs2svn to create tag 'libiconv-1_9_2'.
- 23:15 Changeset [20454] by
- This commit was generated by cvs2svn to compensate for changes in r20453, which included commits to RCS files with non-trunk default branches.
- 23:15 Changeset [20453] by
- Import libiconv 1.9.2.
- 16:10 Changeset [20452] by
- Run catman on Athena man pages.
- 12:38 Changeset [20451] by
- Don't call getnameinfo() with the NI_WITHSCOPEID flag. Although recent updates to Solaris 9 define it in netdb.h, the function fails with EAI_BADFLAGS if you attempt to use it.
- 12:37 Changeset [20450] by
- Update /etc/inet/ipnodes to not include an entry for the IPv6 loopback address.
05/05/04:
- 15:31 Changeset [20449] by
- Begin updating to reflect current reality. Eliminate SGI references, expect release notes one phase later, and remove some (but by no means all) references to aspects of the srvd-oriented build system.
- 15:20 Changeset [20448] by
- Change tabs to space-pairs. Re-wrap lines. No content changes.
- 14:39 Changeset [20447] by
- Syslog when we refuse to update a multi-partition Sun.
- 14:38 Changeset [20446] by
- Don't use the /install/patches/patches.link compatibility symlink on Solaris, and don't create an /os symlink either.
05/04/04:
- 23:08 Changeset [20445] by
- Disable htt_server starting at boot; we don't need Chinese X input methods.
- 16:12 Changeset [20444] by
- Update space checks for 9.3. Remove some old checks which don't apply any more.
- 00:22 Changeset [20443] by
- Change /usr/local/bin/python reference to /usr/athena/bin/python.
04/30/04:
- 01:24 Changeset [20442] by
- Don't Automaticatlly do direct delivery on DHCP machines. The SMTP-auth stuff basically makes this obsolete, and we set the hostname to what's in rc.conf anyway.
- 01:23 Changeset [20441] by
- Don't Automaticatlly do direct delivery on DHCP machines. The SMTP-auth stuff basically makes this obsolete, though there is a small chance someone sending mail as root with tix might lose.
- 00:39 Changeset [20440] by
- Add third/python.
- 00:39 Changeset [20439] by
- Boilerplate packaging file for python.
- 00:37 Changeset [20438] by
- Change meaning of -d flag to create directories rather than unlink files after installing them. Inspired by the python "make install" rule depending on this behavior.
- 00:19 Changeset [20437] by
- Install vers/solaris-9.2-os-files (added to $DEADFILES in the 9.3 update).
Note: See TracTimeline
for information about the timeline view.