/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerheadd

  • Committer: Jelmer Vernooij
  • Date: 2023-02-01 23:45:16 UTC
  • mto: This revision was merged to the branch mainline in revision 547.
  • Revision ID: jelmer@jelmer.uk-20230201234516-fvntjtrjqi0yyjgx

-------8<-------
SUMMARY:
collapsable  34
deamon        1
excercise     1
hanlder       1
informations  1
interupting   1
neccessary    1
obsure        1
overriden     1
proccess      3
recieved      1
requiered     1
witdh         1

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
}
47
47
 
48
48
loggerhead_status(){
49
 
    proccess=`loggerhead_process`
50
 
    #echo "$proccess"
 
49
    process=`loggerhead_process`
 
50
    #echo "$process"
51
51
    listening=`netstat -nl |grep -e ":$PORT "`
52
52
    #echo "$listening"
53
 
    if [ -z "$proccess" ]; then
 
53
    if [ -z "$process" ]; then
54
54
        echo "Loggerhead is *not* running."
55
55
    else
56
56
        echo "Loggerhead is running."