summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/main.cpp
authortille <tille>2002-06-28 17:01:13 (UTC)
committer tille <tille>2002-06-28 17:01:13 (UTC)
commit8176526fc61f4b4012021a4324aee592463dbb3a (patch) (side-by-side diff)
tree928ffd2ce9c00df7d763e1e34b0f137192975c09 /noncore/unsupported/oipkg/main.cpp
parent986a23a683f53ab612be03b56dd9bc7c1aeb3651 (diff)
downloadopie-8176526fc61f4b4012021a4324aee592463dbb3a.zip
opie-8176526fc61f4b4012021a4324aee592463dbb3a.tar.gz
opie-8176526fc61f4b4012021a4324aee592463dbb3a.tar.bz2
setpgid(0,0); thanks to sandman
Diffstat (limited to 'noncore/unsupported/oipkg/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/main.cpp b/noncore/unsupported/oipkg/main.cpp
index f72540c..c579df8 100644
--- a/noncore/unsupported/oipkg/main.cpp
+++ b/noncore/unsupported/oipkg/main.cpp
@@ -5,12 +5,13 @@
#include <qstring.h>
//#include <qmessagebox.h>
int debugLevel;
int main( int argc, char ** argv )
{
+ setpgid(0,0);
printf("This is oipkg\n");
printf("$Id$\n");
debugLevel = 2;
if (argc > 1)
{
debugLevel = QString ( argv[1] ).toInt();