Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > d6529d21187fd7ee6c676eec10d29ca3 > files > 10

upclient-5.0-b5.2mdk.ppc.rpm

CONTENTS

  - Uptime Client

  - Upclient.conf

  - Redhat init.d script


UPTIME CLIENT

  UNIX: installation requires these, hopefully easy, steps:

  Mandatory:
  0. Change directory to src/
  1. Edit "Makefile" in your favourite editor and change the variables in
     the section "System directories" according to your system layout and
     personal preferences.
  2. Type "make".
  3. Choose a target that pleases you most.
  4. Type "make <platform name>".
  5. Type "make install" (or "sudo make install") to install the files.
     * SunOS/Solaris users without gnumake should use "make install-solaris".
  6. Go to <http://uptimes.wonko.com/> to create an account and receive an
     unique authorization key. Yep, it's free.
  7. Edit the "upclient.conf" file (in var) and paste in your authorization
     key. chmod 600 that config file!! Or else others may read your
     AuthKey! See section ''Upclient.conf'' for more info.

  Optional Fun:
  1. Before you make, browse through upclient.h to see whether anything
     there applies to you.
  2. Edit scripts/upchk script to your liking or Karl Kornel's alternative
     for upchk: script/clientchk.
  3. Edit scripts/{redhat,debian}/upclient file to your liking and install
     it according to directions found under "init.d script".
  4. Copy all necessary files to some nice place (upchk, upclient.rc
     and upclient).

  Very Optional:
  1. Run the upclient binary (-:
  2. Run upclient as root on BSD systems to be able to send the idle time.


  BEOS: installation for the BeOS platform:

  1. Read the Unix install steps.

  2. Fire up the upclient with "upclient &" so that it will stay alive if
     you close the shell. //Is this really needed?


  WINDOWS: installation for Windows NT4/2000:

  1. Get the free Borland C++ 5.5 compiler:
     <http://www.borland.com/bcppbuilder/freecompiler/>

  2. Compile the client:
     make winnt

  3. Place the conf/upclient.conf in C:\Program Files\Upclient\ and run
     the upclient.exe and all should work.


UPCLIENT.CONF

  IMPORTANT: chmod 600 that config file!! Or else, others may read
  your AuthKey and use it to fake your uptime, destroy the world or
  copy all your illegal mp3 cd's!

  IMPORTANT: No username, password or host id are required since
  Uptimes Protocol version 4.2. You should only provide the AuthKey
  in upclient.conf, that's all.

  upclient.conf's rules:
  1.  Each empty line is ignored
      Am empty line is: optional whitespace followed by a newline.

  2.  Each comment line is ignored
      A comment line is: optional whitespace, the comment sign ''#'',
      the comment itself, a final newline.

  3.  A rule consists of a ''key'', a ''='' sign, one ''value'', a
      comment and finally a newline.

  ex:
    # This is a comment
    PidFile    = /home/sjors/.upclient.pid  # Pid file location


REDHAT INIT.D SCRIPT

  This init.d startup file assumes two things:

  1. The upclient is installed in /usr/sbin
  2. The upclient will write the pid file into /var/run/upclient.pid

  To add the rc startup file, do the following:

  cp scripts/redhat/upclient /etc/rc.d/init.d/
  chkconfig --add upclient