62 lines
2.4 KiB
Plaintext
62 lines
2.4 KiB
Plaintext
static sccsid[] = "@(#)libversion 1.1 10/31/94 Sun Microsystems Inc."
|
|
# libversion
|
|
# This file is used to control the release of libonline library. Only the
|
|
# authorized persion can touch this library log. To get the log file updated,
|
|
# please go to its parent directory and type 'Make library'. It will first
|
|
# make all the online related libraries and then log the following message:
|
|
# New Version Log on 'date mark'
|
|
# Modified from last libversion:
|
|
# 'libversion version'
|
|
# Reasons for this new version:
|
|
# 'Please give reasons'
|
|
#
|
|
# GOLDEN RULES for dealing with online library:
|
|
# 1) If you have new routines which you think useful or helpful to
|
|
# the development of unix online packages, please let the person
|
|
# in charge know and send a copy of the routines to him/her for
|
|
# integration.
|
|
# 2) You can check the library source out for read, but never check
|
|
# them back to SCCS after any type of code modification.
|
|
# 3) You can go to online library directory and type 'make' or
|
|
# 'make install', but never type 'make library' unless you are
|
|
# assigned and authorized to do so.
|
|
#
|
|
#
|
|
|
|
|
|
New Version Log on Tue Oct 10 12:03:07 PDT 1989
|
|
Modified from last libversion:
|
|
libversion 1.1 10/10/89 Sun Microsystems Inc.
|
|
Reasons for this new version:
|
|
Created the first verson of libonline. It has the following routines:
|
|
directory libxdr:
|
|
dtm_tcm.c: xdr_failure, xdr_test
|
|
tcm_dtm.c: xdr_option, xdr_strings
|
|
xdr_probe.c: xdr_devinfo, xdr_meminfo, xdr_tapeinfo, xdr_diskinfo,
|
|
xdr_u_tag, xdr_found_dev, xdr_f_devs
|
|
directory libutil:
|
|
online_util.c: sun_arch, sun_unix, check_superuser, format_line,
|
|
errmsg, get_test_id, get_version_id, get_sccs_version.
|
|
|
|
New Version Log on Mon Nov 6 18:37:57 PST 1989
|
|
Modified from last libversion:
|
|
libversion 1.2 10/13/89 Sun Microsystems Inc.
|
|
Reasons for this new version:
|
|
Added useful routines from suninfo to online_info.c in
|
|
directory libutil:
|
|
online_info.c:
|
|
search - search a pattern from a file.
|
|
sort_file - sort a file by alphabetical order.
|
|
get_date - get a date stamp.
|
|
mail - send an email.
|
|
print - print a file.
|
|
remove_dir_or_file - remove a directory or a file.
|
|
remove_line - delete a line.
|
|
remove_lines - remove line/lines.
|
|
copy_file - copy file or directory.
|
|
move_file - move an old file to a new file.
|
|
spawn_sh - spawn off a shell for executing specified command.
|
|
get_line - get a line.
|
|
|
|
|