diff options
Diffstat (limited to 'sysutils/torque/files')
| -rw-r--r-- | sysutils/torque/files/pbs_mom.sh.in | 4 | ||||
| -rw-r--r-- | sysutils/torque/files/pbs_sched.sh.in | 4 | ||||
| -rw-r--r-- | sysutils/torque/files/pbs_server.sh.in | 4 | 
3 files changed, 6 insertions, 6 deletions
| diff --git a/sysutils/torque/files/pbs_mom.sh.in b/sysutils/torque/files/pbs_mom.sh.in index 79f1c78998c8..54ce27202ceb 100644 --- a/sysutils/torque/files/pbs_mom.sh.in +++ b/sysutils/torque/files/pbs_mom.sh.in @@ -1,5 +1,7 @@  #!/bin/sh +# $FreeBSD$ +#  # PROVIDE: pbs_mom  # REQUIRE:   # @@ -22,6 +24,4 @@ load_rc_config $name  : ${pbs_mom_enable="NO"} -command_args="" -  run_rc_command "$1" diff --git a/sysutils/torque/files/pbs_sched.sh.in b/sysutils/torque/files/pbs_sched.sh.in index 58ee013f4a25..817d8a379146 100644 --- a/sysutils/torque/files/pbs_sched.sh.in +++ b/sysutils/torque/files/pbs_sched.sh.in @@ -1,5 +1,7 @@  #!/bin/sh +# $FreeBSD$ +#  # PROVIDE: pbs_sched  # REQUIRE: pbs_server  # @@ -22,6 +24,4 @@ load_rc_config $name  : ${pbs_sched_enable="NO"} -command_args="" -  run_rc_command "$1" diff --git a/sysutils/torque/files/pbs_server.sh.in b/sysutils/torque/files/pbs_server.sh.in index 946e34636be5..be367c7bbcf2 100644 --- a/sysutils/torque/files/pbs_server.sh.in +++ b/sysutils/torque/files/pbs_server.sh.in @@ -1,5 +1,7 @@  #!/bin/sh +# $FreeBSD$ +#  # PROVIDE: pbs_server  # REQUIRE:   # @@ -22,6 +24,4 @@ load_rc_config $name  : ${pbs_server_enable="NO"} -command_args="" -  run_rc_command "$1" | 
