Ignore:
Timestamp:
Jan 5, 2008 11:19:02 AM (5 years ago)
Author:
jrollins
Message:

runit: change LOG variable in log/run scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/runit/servicedirs/tinydns/log/run

    r860 r866  
    11#!/bin/sh 
    22set -e 
    3 LOG=/var/log/tinydns 
     3LOG=$(readlink -f ./main) 
    44test -d "$LOG" || mkdir -p -m0750 "$LOG" && chown dnslog:adm "$LOG" 
    55exec chpst -u dnslog:adm svlogd -tt "$LOG" 
Note: See TracChangeset for help on using the changeset viewer.