diff options
author | James Broadhead (hangfire) <jamesbroadhead@gmail.com> | 2011-08-13 11:53:23 +0000 |
---|---|---|
committer | James Broadhead (hangfire) <jamesbroadhead@gmail.com> | 2011-08-13 11:53:23 +0000 |
commit | 6ecac93e29044f987b17c4eb89cd06c710fe2fbe (patch) | |
tree | 90eab7d9e715f2b16b15443bc6d80fcdae07ec7b /dev-embedded/palm-novacom/files/palm-novacom-1.0.55-initd | |
parent | dev-games/renpy: Bump. Thanks hwoarang (diff) | |
download | sunrise-6ecac93e29044f987b17c4eb89cd06c710fe2fbe.tar.gz sunrise-6ecac93e29044f987b17c4eb89cd06c710fe2fbe.tar.bz2 sunrise-6ecac93e29044f987b17c4eb89cd06c710fe2fbe.zip |
dev-embedded/palm-novacom: Bump. New PalmSDK version, but backwards compatible. New license: hp-novacom
svn path=/sunrise/; revision=12333
Diffstat (limited to 'dev-embedded/palm-novacom/files/palm-novacom-1.0.55-initd')
-rw-r--r-- | dev-embedded/palm-novacom/files/palm-novacom-1.0.55-initd | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-embedded/palm-novacom/files/palm-novacom-1.0.55-initd b/dev-embedded/palm-novacom/files/palm-novacom-1.0.55-initd deleted file mode 100644 index afbc1b8b6..000000000 --- a/dev-embedded/palm-novacom/files/palm-novacom-1.0.55-initd +++ /dev/null @@ -1,25 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: $ - -depend() { - use logger -} - -start() { - ebegin "Starting Palm novacom daemon" - start-stop-daemon --start \ - --make-pidfile \ - --pidfile /var/run/novacomd.pid \ - --background \ - --exec /usr/sbin/novacomd -- - eend $? -} - -stop() { - ebegin "Stopping Palm novacom daemon" - start-stop-daemon --stop \ - --pidfile /var/run/novacomd.pid - eend $? -} |