Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157983 Details for
Bug 228853
app-mobilephone/smstools3-3.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Init Script
smsd.initd (text/plain), 528 bytes, created by
Anatoly Shipitsin
on 2008-06-22 08:41:52 UTC
(
hide
)
Description:
Init Script
Filename:
MIME Type:
Creator:
Anatoly Shipitsin
Created:
2008-06-22 08:41:52 UTC
Size:
528 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/files/smsd.initd,v 1.2 2006/06/15 12:52:19 chainsaw Exp $ > >depend() { > need localmount >} > >start() { > ebegin "Starting smsd" > start-stop-daemon -b -m -p /var/run/smsd.pid -c smsd:sms --start --exec /usr/bin/smsd -- \ > -c /etc/smsd.conf > eend ${?} >} > >stop() { > ebegin "Stopping smsd" > start-stop-daemon --stop -p /var/run/smsd.pid > eend ${?} >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 228853
:
157979
|
157981
| 157983