That is correct, you only need to make those changes in the auction.pl file under the sub new and the sub new2also if you increase the auto relist times then you will have to change the image delete days as well. these settings are in your config.pl and yourphoto.pl files there you will find this setup below so for every relisting time you add you will need to increase the image delete time by at least 60 days (as per instructions under this setup):
################################
# Delete auction item images after X Days
# starts from the time the image was uploaded
# NOTE if you change this setting make sure you change it
# in the config.pl file as well or there will be problems
# ALSO NOTE: if you change/increase the auto relisting times
# the user can select when posting a auction item you will have
# to increase the image delete time. for each extra auto relist
# added you will have to increase this time by 60 days.
$config{'delimagedays'} = 160;