> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of lmcilwain
> Sent: Monday, August 23, 2004 6:08 PM
> To: [EMAIL PROTECTED]
> Subject: [newbie] start up script for mandrake
> 
> 
> Hello all,
> 
> I am looking to create a startup script for vnc server.  I had to 
> compile it from source cause it didn't come with the install that I 
> have.  Can someone tell me how I can do this or where I need to make 
> entries.
> 
> 
> I have tried looking in the MCC under services but I didn't see a 
> service for vnc.
> 
> Please let me know.
> 
> Thanks,
> 
> 
> 

Mandrake has it; it is called tightvnc:
[EMAIL PROTECTED] cd123and4]# rpm -qa | grep vnc
tightvnc-1.2.9-2mdk
tightvnc-server-1.2.9-2mdk

urpmi tightvnc-server

Change this in /etc/init.d/vncserver:
#
# chkconfig: 2345 91 35
# description: Starts and stops vncserver. \
#              used to provide remote X administration services.

USER=root
export USER

# Source function library.
. /etc/init.d/functions

Add your id's to /etc/sysconfig/vncservers.

Then 'chkconfig --add vncserver'

HTH,
Bill


____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to