summaryrefslogtreecommitdiff
path: root/parallel/sge/PLIST
diff options
context:
space:
mode:
authormarkd <markd>2014-01-14 10:21:39 +0000
committermarkd <markd>2014-01-14 10:21:39 +0000
commit7ec99ceaf8b2f8f8cb69040ae2d703f4c54634c2 (patch)
tree0823d2a46e707d13ffbd930e6a4ae984cab3fde4 /parallel/sge/PLIST
parent785616d38e83ed6bc78ee03c74d2e3e2c03fa6a5 (diff)
downloadpkgsrc-7ec99ceaf8b2f8f8cb69040ae2d703f4c54634c2.tar.gz
Update to sge 8.1.6
Version 8.1.6 ------------- * Bug fixes Version 8.1.5 ------------- * Bug fixes Version 8.1.4 ------------- Milestone version: over 1000 patches since the last from Sun * Bug fixes * Enhancements * qacct: print category information; support -A like -P ; make -u a synonym for -o; -E selects on job end times read from standard input with -f * Move manager/operator setup in startup scripts * Installation creates an environment modules file * Add monitor_qmaster.sh script * Write shepherd panic messages to syslog, not into /tmp * Add .desktop file for qmon * rpm/dpkg packaging allows building against motif (recent Debian/Fedora) * Accounting reports qmaster-enforced resource limits (only on master PE task if accounting_summary is false) * Add "smp" to the default queue PE list * install_execd doesn't check the presence of (mostly irrelevant) binaries * Add configuration for logcheck * Potentially incompatible changes * renew_all_certs.ksh re-named to renew_all_certs.sh * Expand $ja_task_id to 0 for non-array jobs * Move manager/operator setup in startup scripts * For security reasons, installation defaults for min_uid, min_gid in sge_conf(5) are now 100 without CSP. See <http://arc.liv.ac.uk/SGE/howto/sge-security.html> * RPM layout changed to put relevant ones under noarch (on RHEL6 and recent Fedora), with a separate guiinst package * Memory values can be input and output in TB or tB (possible incompatibility parsing output) * Reduce execd CPU time reading large smaps files from Linux /proc and provide USE_SMAPS in execd_params to turn it on (default now off because huge smaps are generated by some programs) * Remove redundant -verify option from qsh, qlogin (per doc) Version 8.1.3 ------------- * Bug fixes * Enhancements * Document Interix building explicitly * qstat reports array task maximum concurrency * qstatus removes [] suffix for non-array jobs if -t was requested * Read /etc/default/{sgeexecd,sgemaster} to allow customizing rc scripts * Location of daemon pid files can be specified with SGE_QMASTER_PIDFILE, SGE_EXECD_PIDFILE * Debian packaging (as an add-on, installing into /opt/sge) * Expand $sge_root and $sge_cell in the definitions of prolog and similar methods * Check in init script that shepherd will load * Add lx-armhf architecture * On Linux and NetBSD, report jobs' virtual memory usage as accurately as possible * Add -nobincheck installation option to avoid checking binaries * Add some build hooks, useful for Debian particularly. * Potentially incompatible changes * qacct prints units (might affect parsing the output) * Correct spelling of "comunication_error" in qstat XML error output * Fix problems submitting to ARs (printing times now doesn't use a days field in qstat etc.) * Java version >= 1.5 required * Lower default MAX_DYN_EC somewhat to avoid warning on typical Linux configurations * Other changes * Don't install the ckpt directory (contents obsolete) Version 8.1.2 ------------- * Bug fixes * Enhancements * Use cpusets for process containment on fairly recent Linux-based systems (see USE_CGROUPS in sge_conf(5)) * Add bootstrap build script * Make SGE template an RPM conf file * Incompatible changes * Make CRL and certificate expiry consistent Version 8.1.1 ------------- * Bug fixes * Security * Don't pass any user environment to remote startup daemons -- better fix for half of CVE-2012-0208 * Enhancements * SGE_BINDING is set in the environment for all types of binding * New jobstats(1) provides historical job summary * Berkeleydb spools can optionally be opened "private" to allow operation on NFS3 filesystems. Currently no installer support, but see bootstrap(5) and the health warning * Environment variable SGE_DRMAA_ALLOW_JOB_ERROR_STATE allows DRMAA jobs to enter the error state; see drmaa_submit(3) * Define SGE_JOBEXIT_STAT environment variable in epilog; see submit(1) * The user from which mail is sent can be configured in sge_conf(5) * Topology items are now static load values; see load_parameters(5) * qstat now prints array job dependency info * Default to support for qsort_args in sge_pe(5) * Include an example of logrotate usage * Install an "smp" PE * Distribute/document sge_share_mon(1) to print share tree * Improve install template defaults * GPU load sensor (dist/util/resources/loadsensors/gpu-loadsensor.c) * Allow building Kerberos/GSSAPI security modules against Heimdal (but GSS is still not properly usable) * Support arm and mipsel on GNU/Linux, completing the set of official Debian Linux-based ports * Support for OpenBSD (untested) * Preliminary support for Cygwin: everything builds, clients work (lightly tested), daemons need fixing * Add ja_task_id to expandable variables in ckpt_command and similar methods * distinst supports installation with install(1) for use with -local * Incompatible changes * The CA directory is now /var/lib/sgeCA instead of /var/sgeCA but installation will offer to move it [fixme] * Drop (any pretence at) support for Cray/Unicos, NEC SX, Darwin 6 * The spool format for parallel job tasks has changed from any previous version built with qsort_args (as above), which will make live upgrades from such a version fail on nodes running parallel jobs * Other changes * Extensive internal changes to improve robustness, e.g. of string-handling against buffer overruns -- somewhat error-prone and may have caused regressions; more required * Install script allows rsh et al to be omitted from binary distribution in favour of ssh Version 8.1.0 ------------- * Security fix * Prevent users other than root deleting entries with sgepasswd * Version numbering * Switch to a more logical numbering scheme now that the Univa baseline is irrelevant * Bug fixes * Other changes * Hadoop support now for a more recent Hadoop distribution (see README.BUILD) Version 8.0.0e -------------- Mostly build and security issues * Bug fixes * Security fixes The first fix is for a trivial remote root by a valid user. The others, including fixes for potential buffer overruns in daemon and setuid programs, may or may not be exploitable. * Sanitize the environment before executing remote startup programs etc. Somewhat incompatible: LD_LIBRARY_PATH etc. may need to be set differently. See the security notes in remote_startup(5) and sge_conf(5). (CVE-2012-0208, thanks to William Hay) * Don't write initial log messages in /tmp. Somewhat incompatible: initial messages now in syslog. * Avoid using mktemp. (Probably not a significant problem.) * Control core dumps under setuid etc. with SGE_ENABLE_COREDUMP. (Not normally a security issue.) * Bounds checking in replace_params * Avoid execd crash and possible overruns * Fixes for buffer overrun and other improvements for (setuid program) sgepasswd
Diffstat (limited to 'parallel/sge/PLIST')
-rw-r--r--parallel/sge/PLIST213
1 files changed, 60 insertions, 153 deletions
diff --git a/parallel/sge/PLIST b/parallel/sge/PLIST
index 5d9e6cc8e74..1c65142a19a 100644
--- a/parallel/sge/PLIST
+++ b/parallel/sge/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2012/04/15 04:07:21 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2014/01/14 10:21:39 markd Exp $
bin/qacct
bin/qalter
bin/qconf
@@ -23,8 +23,10 @@ bin/qsh
bin/qstat
bin/qsub
bin/qtcsh
-sge/3rd_party/3rd_party_licscopyrights
-sge/3rd_party/qmon/ltree_changed.tar.gz
+sge/bin/busy-nodes
+sge/bin/dead-nodes
+sge/bin/idle-nodes
+sge/bin/jobstats
sge/bin/${SGE_ARCH}/qacct
sge/bin/${SGE_ARCH}/qalter
sge/bin/${SGE_ARCH}/qconf
@@ -53,157 +55,49 @@ sge/bin/${SGE_ARCH}/sge_coshepherd
sge/bin/${SGE_ARCH}/sge_execd
sge/bin/${SGE_ARCH}/sge_qmaster
sge/bin/${SGE_ARCH}/sge_shadowd
+sge/bin/${SGE_ARCH}/sge_share_mon
sge/bin/${SGE_ARCH}/sge_shepherd
sge/bin/${SGE_ARCH}/sgepasswd
-sge/bin/busy-nodes
-sge/bin/dead-nodes
-sge/bin/idle-nodes
sge/bin/nodes-in-job
sge/bin/process-scheduler-log
sge/bin/qsched
sge/bin/qselect-node-list
+sge/bin/qstatus
sge/bin/sge-disable-submits
sge/bin/sge-enable-submits
-sge/bin/status
-sge/catman/cat/cat1/gethostbyaddr.1
-sge/catman/cat/cat1/gethostbyname.1
-sge/catman/cat/cat1/gethostname.1
-sge/catman/cat/cat1/getservbyname.1
-sge/catman/cat/cat1/hostnameutils.1
-sge/catman/cat/cat1/jsv.1
-sge/catman/cat/cat1/qacct.1
-sge/catman/cat/cat1/qalter.1
-sge/catman/cat/cat1/qconf.1
-sge/catman/cat/cat1/qdel.1
-sge/catman/cat/cat1/qhold.1
-sge/catman/cat/cat1/qhost.1
-sge/catman/cat/cat1/qlogin.1
-sge/catman/cat/cat1/qmake.1
-sge/catman/cat/cat1/qmod.1
-sge/catman/cat/cat1/qmon.1
-sge/catman/cat/cat1/qping.1
-sge/catman/cat/cat1/qquota.1
-sge/catman/cat/cat1/qrdel.1
-sge/catman/cat/cat1/qresub.1
-sge/catman/cat/cat1/qrls.1
-sge/catman/cat/cat1/qrsh.1
-sge/catman/cat/cat1/qrstat.1
-sge/catman/cat/cat1/qrsub.1
-sge/catman/cat/cat1/qsched.1
-sge/catman/cat/cat1/qselect.1
-sge/catman/cat/cat1/qsh.1
-sge/catman/cat/cat1/qstat.1
-sge/catman/cat/cat1/qsub.1
-sge/catman/cat/cat1/qtcsh.1
-sge/catman/cat/cat1/sge-enable-disable.1
-sge/catman/cat/cat1/sge-node-selection.1
-sge/catman/cat/cat1/sge_ckpt.1
-sge/catman/cat/cat1/sge_intro.1
-sge/catman/cat/cat1/sge_types.1
-sge/catman/cat/cat1/sgepasswd.1
-sge/catman/cat/cat1/status.1
-sge/catman/cat/cat1/submit.1
-sge/catman/cat/cat3/drmaa_allocate_job_template.3
-sge/catman/cat/cat3/drmaa_attributes.3
-sge/catman/cat/cat3/drmaa_control.3
-sge/catman/cat/cat3/drmaa_delete_job_template.3
-sge/catman/cat/cat3/drmaa_exit.3
-sge/catman/cat/cat3/drmaa_get_DRMAA_implementation.3
-sge/catman/cat/cat3/drmaa_get_DRM_system.3
-sge/catman/cat/cat3/drmaa_get_attribute.3
-sge/catman/cat/cat3/drmaa_get_attribute_names.3
-sge/catman/cat/cat3/drmaa_get_contact.3
-sge/catman/cat/cat3/drmaa_get_next_attr_name.3
-sge/catman/cat/cat3/drmaa_get_next_attr_value.3
-sge/catman/cat/cat3/drmaa_get_next_job_id.3
-sge/catman/cat/cat3/drmaa_get_num_attr_names.3
-sge/catman/cat/cat3/drmaa_get_num_attr_values.3
-sge/catman/cat/cat3/drmaa_get_num_job_ids.3
-sge/catman/cat/cat3/drmaa_get_vector_attribute.3
-sge/catman/cat/cat3/drmaa_get_vector_attribute_names.3
-sge/catman/cat/cat3/drmaa_init.3
-sge/catman/cat/cat3/drmaa_job_ps.3
-sge/catman/cat/cat3/drmaa_jobcontrol.3
-sge/catman/cat/cat3/drmaa_jobtemplate.3
-sge/catman/cat/cat3/drmaa_misc.3
-sge/catman/cat/cat3/drmaa_release_attr_names.3
-sge/catman/cat/cat3/drmaa_release_attr_values.3
-sge/catman/cat/cat3/drmaa_release_job_ids.3
-sge/catman/cat/cat3/drmaa_run_bulk_jobs.3
-sge/catman/cat/cat3/drmaa_run_job.3
-sge/catman/cat/cat3/drmaa_session.3
-sge/catman/cat/cat3/drmaa_set_attribute.3
-sge/catman/cat/cat3/drmaa_set_vector_attribute.3
-sge/catman/cat/cat3/drmaa_strerror.3
-sge/catman/cat/cat3/drmaa_submit.3
-sge/catman/cat/cat3/drmaa_synchronize.3
-sge/catman/cat/cat3/drmaa_version.3
-sge/catman/cat/cat3/drmaa_wait.3
-sge/catman/cat/cat3/drmaa_wcoredump.3
-sge/catman/cat/cat3/drmaa_wexitstatus.3
-sge/catman/cat/cat3/drmaa_wifaborted.3
-sge/catman/cat/cat3/drmaa_wifexited.3
-sge/catman/cat/cat3/drmaa_wifsignaled.3
-sge/catman/cat/cat3/drmaa_wtermsig.3
-sge/catman/cat/cat3/jsv_script_interface.3
-sge/catman/cat/cat5/access_list.5
-sge/catman/cat/cat5/accounting.5
-sge/catman/cat/cat5/bootstrap.5
-sge/catman/cat/cat5/calendar_conf.5
-sge/catman/cat/cat5/checkpoint.5
-sge/catman/cat/cat5/complex.5
-sge/catman/cat/cat5/host_aliases.5
-sge/catman/cat/cat5/host_conf.5
-sge/catman/cat/cat5/hostgroup.5
-sge/catman/cat/cat5/project.5
-sge/catman/cat/cat5/qtask.5
-sge/catman/cat/cat5/queue_conf.5
-sge/catman/cat/cat5/remote_startup.5
-sge/catman/cat/cat5/reporting.5
-sge/catman/cat/cat5/sched_conf.5
-sge/catman/cat/cat5/sge_aliases.5
-sge/catman/cat/cat5/sge_conf.5
-sge/catman/cat/cat5/sge_pe.5
-sge/catman/cat/cat5/sge_priority.5
-sge/catman/cat/cat5/sge_qstat.5
-sge/catman/cat/cat5/sge_request.5
-sge/catman/cat/cat5/sge_resource_quota.5
-sge/catman/cat/cat5/sgepasswd.5
-sge/catman/cat/cat5/share_tree.5
-sge/catman/cat/cat5/user.5
-sge/catman/cat/cat8/SGE_Helper_Service.exe.8
-sge/catman/cat/cat8/pam_sge-qrsh-setup.8
-sge/catman/cat/cat8/pam_sge_authorize.8
-sge/catman/cat/cat8/sge_ca.8
-sge/catman/cat/cat8/sge_coshepherd.8
-sge/catman/cat/cat8/sge_execd.8
-sge/catman/cat/cat8/sge_qmaster.8
-sge/catman/cat/cat8/sge_shadowd.8
-sge/catman/cat/cat8/sge_shepherd.8
-sge/ckpt/README.cpr
-sge/ckpt/README.cray
-sge/ckpt/checkpoint_command
-sge/ckpt/clean_command
-sge/ckpt/cpr_ckpt_command
-sge/ckpt/cpr_clean_command
-sge/ckpt/cpr_migration_command
-sge/ckpt/cpr_restart_command
-sge/ckpt/cray_ckpt_command
-sge/ckpt/cray_clean_command
-sge/ckpt/cray_migration_command
-sge/ckpt/cray_restart_command
-sge/ckpt/migration_command
-sge/ckpt/restart_command
-sge/ckpt/sx6_ckpt_command
-sge/ckpt/sx6_clean_command
-sge/ckpt/sx6_migration_command
-sge/ckpt/sx6_restart_command
+sge/doc/AUTHORS
sge/doc/LICENCE.txt
+sge/doc/LICENCES/Apache-2
+sge/doc/LICENCES/BSD
+sge/doc/LICENCES/BerkeleyDB
+sge/doc/LICENCES/Classpath
+sge/doc/LICENCES/Cygwin
+sge/doc/LICENCES/FreeBSD
+sge/doc/LICENCES/GFDL-1.3
+sge/doc/LICENCES/GPL-2
+sge/doc/LICENCES/GPL-3
+sge/doc/LICENCES/Iconlist
+sge/doc/LICENCES/LGPL-3
+sge/doc/LICENCES/NanoXML
+sge/doc/LICENCES/OpenSSL
+sge/doc/LICENCES/README
+sge/doc/LICENCES/SISSL
+sge/doc/LICENCES/Spinbox
+sge/doc/LICENCES/Xbae
+sge/doc/LICENCES/XmTab
+sge/doc/LICENCES/Xmt
+sge/doc/LICENCES/hwloc
+sge/doc/LICENCES/jemalloc
+sge/doc/LICENCES/standards
+sge/doc/LICENCES/tango
+sge/doc/LICENCES/top
sge/doc/NEWS
+sge/doc/README
sge/doc/README-DRMAA.txt
+sge/doc/README.hadoop
+sge/doc/README.upgrade
sge/doc/arc_depend_irix.asc
sge/doc/arc_depend_solaris.asc
-sge/doc/load_parameters.asc
sge/doc/logfile-trimming.asc
sge/dtrace/README-dtrace.txt
sge/dtrace/monitor.d
@@ -249,7 +143,6 @@ sge/examples/jobs/ssession.sh
sge/examples/jobs/step_A_array_submitter.sh
sge/examples/jobs/step_B_array_submitter.sh
sge/examples/jobs/worker.sh
-sge/examples/jobsbin/${SGE_ARCH}/showq
sge/examples/jobsbin/${SGE_ARCH}/work
sge/hadoop/env.sh
sge/hadoop/jsv.sh
@@ -262,6 +155,7 @@ sge/hadoop/setup.pl
sge/hadoop/ssh
sge/hadoop/wait.sh
sge/include/drmaa.h
+sge/include/sge_pqs_api.h
sge/inst_sge
sge/install_execd
sge/install_qmaster
@@ -275,11 +169,13 @@ sge/man/man1/gethostbyname.1
sge/man/man1/gethostname.1
sge/man/man1/getservbyname.1
sge/man/man1/hostnameutils.1
+sge/man/man1/jobstats.1
sge/man/man1/jsv.1
sge/man/man1/qacct.1
sge/man/man1/qalter.1
sge/man/man1/qconf.1
sge/man/man1/qdel.1
+sge/man/man1/qevent.1
sge/man/man1/qhold.1
sge/man/man1/qhost.1
sge/man/man1/qlogin.1
@@ -298,15 +194,15 @@ sge/man/man1/qsched.1
sge/man/man1/qselect.1
sge/man/man1/qsh.1
sge/man/man1/qstat.1
+sge/man/man1/qstatus.1
sge/man/man1/qsub.1
sge/man/man1/qtcsh.1
sge/man/man1/sge-enable-disable.1
sge/man/man1/sge-node-selection.1
-sge/man/man1/sge_ckpt.1
sge/man/man1/sge_intro.1
-sge/man/man1/sge_types.1
+sge/man/man1/sge_share_mon.1
+sge/man/man1/sge_work.1
sge/man/man1/sgepasswd.1
-sge/man/man1/status.1
sge/man/man1/submit.1
sge/man/man3/drmaa_allocate_job_template.3
sge/man/man3/drmaa_attributes.3
@@ -351,6 +247,7 @@ sge/man/man3/drmaa_wifexited.3
sge/man/man3/drmaa_wifsignaled.3
sge/man/man3/drmaa_wtermsig.3
sge/man/man3/jsv_script_interface.3
+sge/man/man3/list_intro.3
sge/man/man5/access_list.5
sge/man/man5/accounting.5
sge/man/man5/bootstrap.5
@@ -360,6 +257,7 @@ sge/man/man5/complex.5
sge/man/man5/host_aliases.5
sge/man/man5/host_conf.5
sge/man/man5/hostgroup.5
+sge/man/man5/load_parameters.5
sge/man/man5/project.5
sge/man/man5/qtask.5
sge/man/man5/queue_conf.5
@@ -367,12 +265,16 @@ sge/man/man5/remote_startup.5
sge/man/man5/reporting.5
sge/man/man5/sched_conf.5
sge/man/man5/sge_aliases.5
+sge/man/man5/sge_ckpt.5
sge/man/man5/sge_conf.5
sge/man/man5/sge_pe.5
sge/man/man5/sge_priority.5
sge/man/man5/sge_qstat.5
sge/man/man5/sge_request.5
sge/man/man5/sge_resource_quota.5
+sge/man/man5/sge_schedule.5
+sge/man/man5/sge_status.5
+sge/man/man5/sge_types.5
sge/man/man5/sgepasswd.5
sge/man/man5/share_tree.5
sge/man/man5/user.5
@@ -381,12 +283,12 @@ sge/man/man8/pam_sge-qrsh-setup.8
sge/man/man8/pam_sge_authorize.8
sge/man/man8/sge_ca.8
sge/man/man8/sge_coshepherd.8
+sge/man/man8/sge_dl.8
sge/man/man8/sge_execd.8
sge/man/man8/sge_qmaster.8
sge/man/man8/sge_shadowd.8
sge/man/man8/sge_shepherd.8
sge/mpi/README
-sge/mpi/README.atm
sge/mpi/Scali-MPI/README
sge/mpi/Scali-MPI/Scali_Resume.sh
sge/mpi/Scali-MPI/Scali_Suspend.sh
@@ -533,7 +435,6 @@ sge/qmon/PIXMAPS/unknown.xpm
sge/qmon/PIXMAPS/uparrow.xpm
sge/qmon/PIXMAPS/xterm-axp.xpm
sge/qmon/PIXMAPS/xterm-blank.xpm
-sge/qmon/PIXMAPS/xterm-cray.xpm
sge/qmon/PIXMAPS/xterm-dec.xpm
sge/qmon/PIXMAPS/xterm-hp.xpm
sge/qmon/PIXMAPS/xterm-ibm.xpm
@@ -590,9 +491,9 @@ sge/util/logging.properties.template
sge/util/management.properties.template
sge/util/qtask
sge/util/rctemplates/darwin_template
-sge/util/rctemplates/sgebdb_template
sge/util/rctemplates/sgeexecd_template
sge/util/rctemplates/sgemaster_template
+sge/util/resources/README
sge/util/resources/calendars/day
sge/util/resources/calendars/day_s
sge/util/resources/calendars/night
@@ -648,6 +549,9 @@ sge/util/resources/centry/tmpdir
sge/util/resources/centry/virtual_free
sge/util/resources/centry/virtual_total
sge/util/resources/centry/virtual_used
+sge/util/resources/configs/README
+sge/util/resources/configs/logcheck.sge
+sge/util/resources/configs/logrotate.sge
sge/util/resources/drmaa4ruby/README
sge/util/resources/drmaa4ruby/drmaa.rb
sge/util/resources/drmaa4ruby/samples/array.rb
@@ -680,8 +584,9 @@ sge/util/resources/jsv/jsv_include.sh
sge/util/resources/jsv/jsv_include.tcl
sge/util/resources/jsv/jsv_reject_all.sh
sge/util/resources/jsv/logging.properties
+sge/util/resources/loadsensors/Makefile
sge/util/resources/loadsensors/calendar.sh
-sge/util/resources/loadsensors/ibm-loadsensor
+sge/util/resources/loadsensors/gpu-loadsensor.c
sge/util/resources/loadsensors/interix-loadsensor.sh
sge/util/resources/loadsensors/load.sh
sge/util/resources/loadsensors/maui.sh
@@ -689,15 +594,19 @@ sge/util/resources/loadsensors/nuser.sh
sge/util/resources/loadsensors/sgi_tty_sensor.sh
sge/util/resources/loadsensors/solaris-iidle.sh
sge/util/resources/pe/make
+sge/util/resources/pe/smp
sge/util/resources/schemas/qhost/qhost.xsd
sge/util/resources/schemas/qquota/qquota.xsd
sge/util/resources/schemas/qrstat/qrstat.xsd
sge/util/resources/schemas/qstat/detailed_job_info.xsd
-sge/util/resources/schemas/qstat/detailed_job_info_cb.xsd
sge/util/resources/schemas/qstat/message.xsd
sge/util/resources/schemas/qstat/qstat.xsd
+sge/util/resources/scripts/README
+sge/util/resources/scripts/README.jobstats
sge/util/resources/scripts/README.qsched
sge/util/resources/scripts/README.status
+sge/util/resources/scripts/monitor_qmaster.sh
+sge/util/resources/scripts/setup-cgroups-etc
sge/util/resources/starter_methods/settaskid.sh
sge/util/resources/usersets/arusers
sge/util/resources/usersets/deadlineusers
@@ -706,12 +615,11 @@ sge/util/resources/wrappers/qlogin_wrapper
sge/util/resources/wrappers/rshd-wrapper
sge/util/rmiconsole.policy
sge/util/setfileperm.sh
-sge/util/sgeCA/renew_all_certs.csh
+sge/util/sgeCA/renew_all_certs.sh
sge/util/sgeCA/sge_ca
sge/util/sgeCA/sge_ca.cnf
sge/util/sgeCA/sge_ssl.cnf
sge/util/sgeCA/sge_ssl_template.cnf
-sge/util/sgeSMF/bdb_template.xml
sge/util/sgeSMF/execd_template.xml
sge/util/sgeSMF/qmaster_template.xml
sge/util/sgeSMF/sge_smf.sh
@@ -754,7 +662,6 @@ sge/utilbin/${SGE_ARCH}/read_raw
sge/utilbin/${SGE_ARCH}/rlogin
sge/utilbin/${SGE_ARCH}/rsh
sge/utilbin/${SGE_ARCH}/rshd
-sge/utilbin/${SGE_ARCH}/sge_share_mon
sge/utilbin/${SGE_ARCH}/spooldefaults
sge/utilbin/${SGE_ARCH}/spooledit
sge/utilbin/${SGE_ARCH}/spoolinit