The following is a script header/template that I will use which works with RCS to update the version in the file
#!/bin/bash
#
### BEGIN BUILD INFO
# @(#)$Id: ruhroh,v 1.2 2013/10/08 14:13:04 root Exp $
# Build System: pdgllprhnsat01.corp..com
### END BUILD INFO
#
### BEGIN INIT INFO
# chkconfig: 2345 99 01
# Provides: ruhroh
# Required-Start: N/A
# Default-Stop: 0 1 2 3 4 5 6
# Default-Start: 3 5
# Short-Description: Emails users when system is shutdown or started
# Description: Sends an email at system start and shutdown
### END INIT INFO
#!/bin/bash
#
### BEGIN BUILD INFO
# @(#)$Id: ruhroh,v 1.2 2013/10/08 14:13:04 root Exp $
# Build System: pdgllprhnsat01.corp..com
### END BUILD INFO
#
### BEGIN INIT INFO
# chkconfig: 2345 99 01
# Provides: ruhroh
# Required-Start: N/A
# Default-Stop: 0 1 2 3 4 5 6
# Default-Start: 3 5
# Short-Description: Emails users when system is shutdown or started
# Description: Sends an email at system start and shutdown
### END INIT INFO
Comments
Post a Comment