Current time: 09-28-2024, 12:23 AM Hello There, Guest! (LoginRegister)


Thread Closed 
Install error on Ubuntu 8.04
Author Message
chrisoverly Offline
Junior Member
*

Posts: 13
Joined: Jul 2008
Reputation: 0
Post: #4
RE: Install error on Ubuntu 8.04
I am now getting this as my init.d file.... and it says I should change something (because I had an error) but I cannot figure out what I need to change...

#! /bin/sh -e

prefix="/usr"
exec_prefix=${prefix}
sysconfdir="/etc/courier"
sbindir="${exec_prefix}/sbin"
daemonscript="${sbindir}/authdaemond"
run_dir="/var/run/courier/authdaemon"

# create /var/run if it does not already exist
if [ ! -d ${run_dir} ]; then
mkdir -p ${run_dir}
chown daemon:daemon ${run_dir} /var/run/courier
chmod 750 ${run_dir}
fi

. /lib/lsb/init-functions

# Check for a leftover init script

^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell
08-06-2008 03:17 PM
Find all posts by this user
Thread Closed 


Messages In This Thread
Install error on Ubuntu 8.04 - chrisoverly - 07-30-2008, 07:17 AM
RE: Install error on Ubuntu 8.04 - pgentoo - 08-06-2008, 12:37 PM
RE: Install error on Ubuntu 8.04 - chrisoverly - 08-06-2008 03:17 PM
RE: Install error on Ubuntu 8.04 - pgentoo - 08-07-2008, 03:48 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)