~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to doc/man/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        man1/sinfo.1   \
14
14
        man1/slurm.1 \
15
15
        man1/smap.1 \
 
16
        man1/sprio.1 \
16
17
        man1/squeue.1 \
17
18
        man1/sreport.1 \
18
19
        man1/srun.1 \
 
20
        man1/srun_cr.1 \
 
21
        man1/sshare.1 \
19
22
        man1/sstat.1 \
20
23
        man1/strigger.1 \
21
24
        man1/sview.1
39
42
        man3/slurm_checkpoint_failed.3 \
40
43
        man3/slurm_checkpoint_restart.3 \
41
44
        man3/slurm_checkpoint_task_complete.3 \
 
45
        man3/slurm_checkpoint_tasks.3 \
42
46
        man3/slurm_checkpoint_vacate.3 \
43
47
        man3/slurm_clear_trigger.3 \
44
48
        man3/slurm_complete_job.3 \
45
 
        man3/slurm_complete_job_step.3 \
46
49
        man3/slurm_confirm_allocation.3 \
 
50
        man3/slurm_create_partition.3 \
 
51
        man3/slurm_create_reservation.3 \
 
52
        man3/slurm_delete_partition.3 \
 
53
        man3/slurm_delete_reservation.3 \
47
54
        man3/slurm_free_ctl_conf.3 \
48
55
        man3/slurm_free_job_info_msg.3 \
49
56
        man3/slurm_free_job_alloc_info_response_msg.3 \
53
60
        man3/slurm_free_node_info_msg.3 \
54
61
        man3/slurm_free_partition_info.3 \
55
62
        man3/slurm_free_partition_info_msg.3 \
 
63
        man3/slurm_free_reservation_info_msg.3 \
56
64
        man3/slurm_free_resource_allocation_response_msg.3 \
57
65
        man3/slurm_free_slurmd_status.3 \
58
66
        man3/slurm_free_submit_response_response_msg.3 \
59
67
        man3/slurm_free_trigger_msg.3 \
60
 
        man3/slurm_get_checkpoint_file_path.3 \
61
68
        man3/slurm_get_end_time.3 \
62
69
        man3/slurm_get_errno.3 \
63
70
        man3/slurm_get_job_steps.3 \
66
73
        man3/slurm_get_triggers.3 \
67
74
        man3/slurm_init_job_desc_msg.3 \
68
75
        man3/slurm_init_part_desc_msg.3 \
 
76
        man3/slurm_init_resv_desc_msg.3 \
 
77
        man3/slurm_init_update_node_msg.3 \
69
78
        man3/slurm_job_step_create.3 \
70
79
        man3/slurm_job_step_launch_t_init.3 \
71
80
        man3/slurm_job_step_layout_get.3 \
79
88
        man3/slurm_load_jobs.3 \
80
89
        man3/slurm_load_node.3 \
81
90
        man3/slurm_load_partitions.3 \
 
91
        man3/slurm_load_reservations.3 \
82
92
        man3/slurm_load_slurmd_status.3 \
83
93
        man3/slurm_notify_job.3 \
84
94
        man3/slurm_perror.3 \
93
103
        man3/slurm_print_node_table.3 \
94
104
        man3/slurm_print_partition_info.3 \
95
105
        man3/slurm_print_partition_info_msg.3 \
 
106
        man3/slurm_print_reservation_info.3 \
 
107
        man3/slurm_print_reservation_info_msg.3 \
96
108
        man3/slurm_print_slurmd_status.3 \
97
109
        man3/slurm_read_hostfile.3 \
98
110
        man3/slurm_reconfigure.3 \
108
120
        man3/slurm_sprint_job_step_info.3 \
109
121
        man3/slurm_sprint_node_table.3 \
110
122
        man3/slurm_sprint_partition_info.3 \
 
123
        man3/slurm_sprint_reservation_info.3 \
111
124
        man3/slurm_step_ctx_create.3 \
112
125
        man3/slurm_step_ctx_create_no_alloc.3 \
113
126
        man3/slurm_step_ctx_daemon_per_node_hack.3 \
122
135
        man3/slurm_strerror.3 \
123
136
        man3/slurm_submit_batch_job.3 \
124
137
        man3/slurm_suspend.3 \
 
138
        man3/slurm_takeover.3 \
125
139
        man3/slurm_terminate_job.3 \
126
140
        man3/slurm_terminate_job_step.3 \
127
 
        man3/slurm_trigger.3 \
128
141
        man3/slurm_update_job.3 \
129
142
        man3/slurm_update_node.3 \
130
 
        man3/slurm_update_partition.3
 
143
        man3/slurm_update_partition.3 \
 
144
        man3/slurm_update_reservation.3
131
145
 
132
146
man5_MANS = man5/bluegene.conf.5 \
133
147
        man5/slurm.conf.5 \
134
148
        man5/slurmdbd.conf.5 \
 
149
        man5/topology.conf.5 \
135
150
        man5/wiki.conf.5
136
151
 
137
152
man8_MANS = man8/slurmctld.8 \