This website requires JavaScript.
Explore
Help
Sign In
VA
/
virtual-appliance
Watch
1
Star
0
Fork
You've already forked virtual-appliance
0
Code
Issues
Pull Requests
Releases
6
Wiki
Activity
kde/local: but it will not build without this file :)
Browse Source
...
This commit is contained in:
Albert Hopkins
2010-11-27 16:44:19 -05:00
parent
c08d85dace
commit
e48f309029
1 changed files
with
9 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
9
kde/local
Normal file
Unescape
Escape
View File
@ -0,0 +1,9 @@
local_start() {
/usr/bin/kdm -daemon
return 0
}
local_stop() {
pkill kdm
return 0
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
VA/virtual-appliance
Title
Body
Create Issue