diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-18 02:33:31 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-18 02:33:31 +0800 |
commit | 068a5c6ed8a14735536e1c782b25ed5b4c3d84f8 (patch) | |
tree | e9a64fc641c4b812798c3caa4e7571cfbaa717ed | |
parent | 82c72d60464468657f16e545874e41405ea1a777 (diff) | |
download | pttbbs-068a5c6ed8a14735536e1c782b25ed5b4c3d84f8.tar pttbbs-068a5c6ed8a14735536e1c782b25ed5b4c3d84f8.tar.gz pttbbs-068a5c6ed8a14735536e1c782b25ed5b4c3d84f8.tar.bz2 pttbbs-068a5c6ed8a14735536e1c782b25ed5b4c3d84f8.tar.lz pttbbs-068a5c6ed8a14735536e1c782b25ed5b4c3d84f8.tar.xz pttbbs-068a5c6ed8a14735536e1c782b25ed5b4c3d84f8.tar.zst pttbbs-068a5c6ed8a14735536e1c782b25ed5b4c3d84f8.zip |
add utmpsortd
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@663 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/sample/rc.local | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pttbbs/sample/rc.local b/pttbbs/sample/rc.local index 8fd6c714..d31a009a 100644 --- a/pttbbs/sample/rc.local +++ b/pttbbs/sample/rc.local @@ -2,3 +2,16 @@ /usr/bin/su bbsadm -c /home/bbs/bin/uhash_loader /usr/bin/su bbsadm -c /home/bbs/bin/outmail& /usr/bin/su bbsadm -c /home/bbs/innd/innbbsd 7777 +/home/bbs/bin/mbbsd 23 & +/home/bbs/bin/mbbsd 3000 & +/home/bbs/bin/mbbsd 3001 & +/home/bbs/bin/mbbsd 3002 & +/home/bbs/bin/mbbsd 3003 & +/home/bbs/bin/mbbsd 3004 & +/home/bbs/bin/mbbsd 3005 & +/home/bbs/bin/mbbsd 3006 & +/home/bbs/bin/mbbsd 3007 & +/home/bbs/bin/mbbsd 3008 & +/home/bbs/bin/mbbsd 3009 & +/home/bbs/bin/mbbsd 3010 & +/usr/bin/su -fm bbsadm -c "/home/bbs/bin/shmctl utmpsortd" |