Changeset 12722bc


Ignore:
Timestamp:
Jun 24, 2010, 1:10:51 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
b1d66d4
Parents:
737d88b
git-author:
Jessica Hamrick <jhamrick@…> (09/08/09 11:52:46)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:10:51)
Message:

Added a few comments to the README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/README

    readacf9 r12722bc  
    9797You should also run these commands yourself. :-)
    9898
     99XXX: Note from jhamrick: I would recomment actually setting this up as a nice startup script, with a switch case for {start|stop|restart} (where with stop you just remove the directory, and with restart you remove the directory and then recreate it).  Also, sipbmp3 won't actually run on startup unless there are scripts in the /etc/rc*.d directory, so we need to do:
     100
     101> ln -s ../init.d/sipbmp3 /etc/rc2.d/S61sipbmp3
     102> ln -s ../init.d/sipbmp3 /etc/rc3.d/S61sipbmp3
     103> ln -s ../init.d/sipbmp3 /etc/rc4.d/S61sipbmp3
     104> ln -s ../init.d/sipbmp3 /etc/rc5.d/S61sipbmp3
     105> ln -s ../init.d/sipbmp3 /etc/rc0.d/K39sipbmp3
     106> ln -s ../init.d/sipbmp3 /etc/rc1.d/K39sipbmp3
     107> ln -s ../init.d/sipbmp3 /etc/rc6.d/K39sipbmp3
     108
    99109XXX: We need better permissions for status. Also, quentin wants to put this
    100110file in AFS.
     
    184194to clear the status file if you're on zsr.
    185195
     196XXXXXXXX: Another note from jhamrick (09/2009): debathena-lprng does not start up with the system by default.  debathena developers are currently deciding whether to change this, but in the meantine you will want to do:
     197
     198> ln -s ../etc/init.d/debathena-lprng /etc/rc2.d/S60debathena-lprng
     199> ^rc2^rc3
     200> ^rc3^rc4
     201> ^rc4^rc5
     202> ln -s ../etc/init.d/debathena-lprng /etc/rc0.d/K40debathena-lprng
     203> ^rc0^rc1
     204> ^rc1^rc6
    186205
    1872067. Test, round one
Note: See TracChangeset for help on using the changeset viewer.