diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-10 11:54:47 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-10 11:54:47 +0000 |
commit | 7da87f8f281d0344077da895e47d8bf13ff64fda (patch) | |
tree | 95a6e5cb88aeec1ee15661887bcd6fb86f8014d8 /app-i18n/atokx2/files | |
parent | license file needed by app-i18n/atokx2 (diff) | |
download | gentoo-2-7da87f8f281d0344077da895e47d8bf13ff64fda.tar.gz gentoo-2-7da87f8f281d0344077da895e47d8bf13ff64fda.tar.bz2 gentoo-2-7da87f8f281d0344077da895e47d8bf13ff64fda.zip |
Initial import.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-i18n/atokx2/files')
-rw-r--r-- | app-i18n/atokx2/files/atokx2.initd | 20 | ||||
-rw-r--r-- | app-i18n/atokx2/files/digest-atokx2-17.0 | 0 | ||||
-rw-r--r-- | app-i18n/atokx2/files/iiim.confd | 8 | ||||
-rw-r--r-- | app-i18n/atokx2/files/iiim.initd | 20 |
4 files changed, 48 insertions, 0 deletions
diff --git a/app-i18n/atokx2/files/atokx2.initd b/app-i18n/atokx2/files/atokx2.initd new file mode 100644 index 000000000000..c977d03496fd --- /dev/null +++ b/app-i18n/atokx2/files/atokx2.initd @@ -0,0 +1,20 @@ +#!/sbin/runscript +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/atokx2/files/atokx2.initd,v 1.1 2005/02/10 11:54:47 usata Exp $ + +depend() { + need net +} + +start() { + ebegin "Starting atokx2" + start-stop-daemon -b --start --quiet --exec /opt/atokx2/sbin/atokx2mngdaemon + eend $? +} + +stop() { + ebegin "Stopping atokx2" + start-stop-daemon --stop --quiet --exec /opt/atokx2/sbin/atokx2mngdaemon + eend $? +} diff --git a/app-i18n/atokx2/files/digest-atokx2-17.0 b/app-i18n/atokx2/files/digest-atokx2-17.0 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/app-i18n/atokx2/files/digest-atokx2-17.0 diff --git a/app-i18n/atokx2/files/iiim.confd b/app-i18n/atokx2/files/iiim.confd new file mode 100644 index 000000000000..9d3a81a0823a --- /dev/null +++ b/app-i18n/atokx2/files/iiim.confd @@ -0,0 +1,8 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/atokx2/files/iiim.confd,v 1.1 2005/02/10 11:54:47 usata Exp $ + +# Config file for /etc/init.d/iiim + +# If you want to use Shift + Space to enable/disable ATOK, uncomment +#JUSTSYSTEM_TRIGGER_SHIFT_SPACE=t diff --git a/app-i18n/atokx2/files/iiim.initd b/app-i18n/atokx2/files/iiim.initd new file mode 100644 index 000000000000..92a56e64f433 --- /dev/null +++ b/app-i18n/atokx2/files/iiim.initd @@ -0,0 +1,20 @@ +#!/sbin/runscript +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/atokx2/files/iiim.initd,v 1.1 2005/02/10 11:54:47 usata Exp $ + +depend() { + need net atokx2 +} + +start() { + ebegin "Starting iiim" + start-stop-daemon -b --start --quiet --exec /usr/lib/im/htt + eend $? +} + +stop() { + ebegin "Stopping iiim" + start-stop-daemon --stop --quiet --exec /usr/lib/im/htt + eend $? +} |