Changeset 24


Ignore:
Timestamp:
08/14/08 12:19:10 (16 years ago)
Author:
bas
Message:

postinst, changelog:

  • fixed a bug in the mv command in combo with date, thanks to renfro add tntech dot edu, closed bug #1
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r23 r24  
     1torque (2.3.2) unstable; urgency=low
     2
     3  * New upstream release
     4  * Applied patch from renfro at tntech dot edu, fix a bug in the date command
     5    for postinst script
     6
     7
     8 -- Bas van der Vlies <bas@saralt0081.ka.sara.nl>  Thu, 14 Aug 2008 12:15:32 +0200
     9
    110torque (2.3.0) unstable; urgency=low
    211
  • trunk/postinst

    r22 r24  
    120120    if [ $OLD_SERVER_NAME != $NEW_SERVER_NAME ]; then
    121121        # backup
    122         mv $SERVER_CONF_FILE $SERVER_CONF_FILE.`date +"%Y%m%d-%k%M%S"`
     122        mv $SERVER_CONF_FILE $SERVER_CONF_FILE.`date +"%Y%m%d-%H%M%S"`
    123123    fi
    124124
Note: See TracChangeset for help on using the changeset viewer.