Timeline
06/17/94:
- 08:05 Changeset [7463] by
- removed cut from the list to be linked.
- 07:50 Changeset [7462] by
- needed to add the second : to the install line for solaris
- 07:49 Changeset [7461] by
- setpag still does not work with solaris.
- 07:14 Changeset [7460] by
- The standard problem with char *malloc versus void * as in stdlib.h as included by zephyr.h
- 05:45 Changeset [7459] by
- There was no closing of the initial comment block in this file, so wonder of wonders, the generated Makefile didn't say to do anything useful. Of course the bizarre thing is that it's always been this way, and older versions of imake actually coped and did what was needed.
- 05:38 Changeset [7458] by
- added -lc -lucb to get re_exec and re_comp.
06/16/94:
- 22:46 Changeset [7457] by
- Zephyr can't make depend at all right now.
- 19:17 Changeset [7456] by
- mh.6.8 loses with make depend. Don't make depend. Added saber install for DECstation.
- 13:13 Changeset [7455] by
- Added gopher, afs-cmd, gophertex, gshell, slw.
- 12:41 Changeset [7454] by
- added some remove for Solaris
- 12:39 Changeset [7453] by
- More updates for Solaris2.3
- 12:16 Changeset [7452] by
- Added gshell service.
- 12:14 Changeset [7451] by
- Version not checked in or locked...
- 11:58 Changeset [7450] by
- Added gopher, gophertech, gshell, slw.
- 10:54 Changeset [7449] by
- DEC addition.
- 01:05 Changeset [7448] by
- Initial revision
06/15/94:
- 18:10 Changeset [7447] by
- Added revision.
- 12:44 Changeset [7446] by
- Added some packages. Some machine dependent packages. Added termination package. wisk pack1 pack2 will build from pack1 through pack2 just pack1 will do from pack1 to end
06/14/94:
- 10:27 Changeset [7445] by
- added -lbsd for solaris.
- 10:10 Changeset [7444] by
- Mark added: third/unsupported/rcs third/unsupported/ansi third/unsupported/jove third/unsupported/learn third/unsupported/patch third/unsupported/tac third/unsupported/tools third/unsupported/transcript-v2.1 third/supported/mh.6.8
- 08:21 Changeset [7443] by
- added newboot newunix and newdev for solaris --vrt
- 08:20 Changeset [7442] by
- Initial revision
- 07:37 Changeset [7441] by
- Removed Litium.mit.edu because it no longer exists.
06/13/94:
- 07:51 Changeset [7440] by
- install the man pages in usr/athena/man not usr/man
- 05:31 Changeset [7439] by
- More updates for Solaris2.3
- 03:05 Changeset [7438] by
- Added dependency for Athena version.
- 02:58 Changeset [7437] by
- Added handy dependency. The resource file depends on the Athena version file.
- 01:53 Changeset [7436] by
- I have a strong suspicion that the Project.tmpl defaults will do the right thing with the XFileSearchPaths.
06/12/94:
- 23:10 Changeset [7435] by
- Install X includes in the Athena location. (This may be elsewhere than the script later.)
- 21:40 Changeset [7434] by
- Added third/supported/xfonts. This is where fonts get placed in /usr/athena/lib/X11/fonts from the X11R4 font set on the DECstation.
- 14:03 Changeset [7433] by
- Removed athena/bin/ls. We don't install it anywhere right now. It'd be nice though...
- 12:22 Changeset [7432] by
- Install end_session here instead of in scripts.
- 12:18 Changeset [7431] by
- vrt's changes
06/10/94:
- 10:11 Changeset [7430] by
- Fixes so that "make depend" will work properly
- 08:54 Changeset [7429] by
- "make depend" will also require generating/installing header files
- 08:21 Changeset [7428] by
- Initial revision
06/09/94:
- 13:58 Changeset [7427] by
- added -safe option (same as -xaF)
- 12:23 Changeset [7426] by
- For Solaris - the X server could never be killed with SIGKILL (leaves the kbd in a mess)
- 11:14 Changeset [7425] by
- went back to 1.1 version of it (7.6 release)
- 10:44 Changeset [7424] by
- do not build the release -O
- 09:56 Changeset [7423] by
- build the release without -O
- 09:50 Changeset [7422] by
- find the xt library
- 09:35 Changeset [7421] by
- build the release without -O for the rs6k ,
- 08:54 Changeset [7420] by
- It's ok and desirable for fsid to get the -q option. Move the option zapper after it.
06/08/94:
- 05:15 Changeset [7419] by
- more fixes for font path changes by Solaris
06/07/94:
- 13:23 Changeset [7418] by
- replaced ladm and lmail by lbsd for Solaris as I backed out the replacement of regex function
- 13:23 Changeset [7417] by
- replaces index by strchr
- 13:21 Changeset [7416] by
- changed back setuid to setreuid because it did not work
- 06:41 Changeset [7415] by
- Added -installman, to do install.man everywhere. Added -zap, required to do the newfs for the DECstation.
- 05:30 Changeset [7414] by
- it's -> its
- 02:47 Changeset [7413] by
- Build & install perl before TeX. (Bert wrote a perl script for TeX to check trip/trap output.) Install afs.
- 02:06 Changeset [7412] by
- Changes from source tree migration.
06/06/94:
- 22:28 Changeset [7411] by
- Changed | true to || true. Changed ph file generation. More correct with respect to destdir, also installs athena ph files. Does not do the right thing with symlinks.
- 19:14 Changeset [7410] by
- Mark's changes for generating ph files in perl.
- 08:54 Changeset [7409] by
- Install perl.
- 07:22 Changeset [7408] by
- From: ericldab@ai.mit.edu (Eric McDonald) Currently, the extern variable "dst_realm_sz" is defined as a char, when in fact it is defined as an int in /mit/telnet/src/telnet/libtelnet/kerberos.c. This causes the "-k" option to fail on this SunOS 4.1.3, and possibly on other platforms (because the strncpy() copies zero bytes). Following is a patch to correct this bug.
- 05:24 Changeset [7407] by
- Moved nfsc to decmips packages from etcs. Added "-install" option. Currently must come before the other optional arg, place to start build. Can be specified together, as in wisk.sh -install athena/bin/discuss Removed explicit mkdir's in favor of making in a new /build/setup directory (based on the original top-level Imakefile that was lost in the source migration). Split tex case from decmips case because decmips now does an install from its include directory before building. Don't make depend in zephyr if building on decmips. Apparently make is too smart for its own good on this platform.
06/04/94:
- 11:14 Changeset [7406] by
- But declare it if ZEPHYR isn't defined. This is not the best fix necessarily, but it's known safe to me.
- 11:04 Changeset [7405] by
- Zephyr headers now include stdlib.h, so we don't need to declare malloc. (char * conflicts with void *)
06/03/94:
- 14:55 Changeset [7404] by
- A zephyr header file was changed to include stdlib.h. This malloc gets declared as void *, conflicting with char * of course, and building this fails. I don't think any of those externs are not now taken care of by header files. We should probably explicitly include stdlib.h here now that I think about it. But someone else can take care of it. I'm leaving.
- 13:45 Changeset [7403] by
- Oops. In too big a hurry. Missed #endif.
- 13:44 Changeset [7402] by
- Oooh. Subtle. This needs nsyslog too.
- 05:40 Changeset [7401] by
- New name_to_sysnum from Solaris merged with afs entry
06/02/94:
- 10:49 Changeset [7400] by
- the rs6000 does not like to have stuff redeclared.
- 10:14 Changeset [7399] by
- had to add sig_zero to dm.c as a global for miki's posix changes.
- 10:01 Changeset [7398] by
- If argv[1] exists, start at the packaged named by it.
- 08:26 Changeset [7397] by
- third/suppored/tex --> third/supported/tex How frustrating a typo!
06/01/94:
- 09:53 Changeset [7396] by
- start of solaris 2.3 configuration
- 07:08 Changeset [7395] by
- start Athena's inetd and cp for PUBLIC /srvd/etc/athena/inetd.conf at start
- 06:25 Changeset [7394] by
- Initial revision
- 06:24 Changeset [7393] by
- Is changed to be the Sun inetd.conf; Most of the normal services are run by athena inetd using inetd.conf.athena
- 06:05 Changeset [7392] by
- pass number one at having switched and unswitched/
05/31/94:
- 18:42 Changeset [7391] by
- TeX doesn't all do make depend, at least not now. Needs synctree for font install.
- 15:25 Changeset [7390] by
- Yay! DESTDIR is finally in the right location!
- 13:13 Changeset [7389] by
- Fixes for emacs build. Fixes for dash build.
- 12:36 Changeset [7388] by
- Change in _PATH_LOGIN for hpux. 7.7 checkin; changes by brlewis
- 10:06 Changeset [7387] by
- Solaris needs to have hostinfo installed in sbin as well as /usr/ahtena/bin
- 09:52 Changeset [7386] by
- the font path changed by solaris from 2.1 to 2.3 and the name of the Xserver changed.
- 06:38 Changeset [7385] by
- Needed to make /bin/athena Changed all bombs to "We bombed in" for easier grepping.
05/30/94:
- 16:12 Changeset [7384] by
- Earlier mkdirs of /usr/athena Early install of nfsmapctl.h Rehashing after installs syslog doesn't appear to have been configured to build correctly. makedepend hacked in early mkdirhier copied in early move $machine to end, since it appears to have dependencies, for now, but do resolv earlier since it's needed for hesiod. exit -1 when we should much of this was done in light of dependencies not seen by prior build methods.
05/29/94:
- 09:21 Changeset [7383] by
- Changed a couple of /srvd's to $SRVD. setup debugging Working on make in decmips.
05/28/94:
- 12:10 Changeset [7382] by
- reverse-resolution for kerberos functions
05/27/94:
- 05:56 Changeset [7381] by
- added start dm
05/26/94:
- 13:57 Changeset [7380] by
- get strings.h 7.7 checkin; changes by vrt /
- 11:13 Changeset [7379] by
- include strings.h on sun change by vrt 7.7 checkin
- 10:42 Changeset [7378] by
- Added tex... Maybe it'll work!
- 09:15 Changeset [7377] by
- added a $end to do the dotfiles and the configuration /
05/25/94:
- 17:00 Changeset [7376] by
- Description of new option lacked explanation of motivation for the particular implementation.
- 12:28 Changeset [7375] by
- Updated man page to reflect script; it was quite out of date. Added documentation on new -prelogin option. Updated last change date. Tweaked some formatting.
- 10:35 Changeset [7374] by
- Documented new reactivation behavior, and a little more of the original reactivate behavior. Documented an old bug. Added reactivate to See Also section. Updated last change date and copyright.
05/24/94:
- 12:03 Changeset [7373] by
- Let's give setpag a shot for Solaris 2.3...
- 11:58 Changeset [7372] by
- Let's give setpag a shot under Solaris 2.3...
- 11:17 Changeset [7371] by
- Added support for xcluster install.
- 11:16 Changeset [7370] by
- Remove xterm hackery. We should be able to fix this with an appropriate stty (or better) elsewhere.
05/20/94:
- 05:53 Changeset [7369] by
- changed zephry to use the lowercase world
05/19/94:
- 13:50 Changeset [7368] by
- Added tinkerbell for sun4. Changed tabbing.
- 12:09 Changeset [7367] by
- Added make install for dash (it works now, probably) Removed xcluster from bins since it's under dash now.
- 11:44 Changeset [7366] by
- Initial revision
- 11:43 Changeset [7365] by
- R5 supports DESTDIR - we don't need to hack it in anymore!
05/18/94:
- 12:04 Changeset [7364] by
- Removed bug-for-bug compatibility with R4 version for bsd. Sigh. This script does some really dumb things.
- 11:25 Changeset [7363] by
- test -x is not portable. Use -r.
- 11:21 Changeset [7362] by
- Initial revision
Note: See TracTimeline
for information about the timeline view.