View Issue Details

IDProjectCategoryView StatusLast Update
0001739unrealircdpublic2004-05-04 14:08
Reporterfez Assigned Tocodemastr 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Platformx86OSLinuxOS Version2.4.x
Product Version3.2-RC2 
Summary0001739: Suggested change (kind of a bug) for unreal.in
DescriptionI suggest you change...
                tail -n 5 @IRCDDIR@/ircd.log
        fi

to

                tail -n 5 @IRCDDIR@/ircd.log
                if [ -r $PID_BACKUP ]; then
                        mv -f $PID_BACKUP $PID_FILE
                fi
        fi

so that if the ircd fails to start when one does ./unreal (e.g., it's already running), it doesn't just destroy the old .pid (which would make ./unreal stop not work)


 -- fez
TagsNo tags attached.
3rd party modules

Activities

codemastr

2004-05-04 14:08

reporter   ~0006045

Fixed in .4

Issue History

Date Modified Username Field Change
2004-04-16 19:59 fez New Issue
2004-05-04 14:08 codemastr Status new => resolved
2004-05-04 14:08 codemastr Resolution open => fixed
2004-05-04 14:08 codemastr Assigned To => codemastr
2004-05-04 14:08 codemastr Note Added: 0006045