Changeset 163
- Timestamp:
- 12/30/02 10:52:18 (6 years ago)
- Files:
-
- trunk/README (modified) (2 diffs)
- trunk/README.Pl (modified) (1 diff)
- trunk/src/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README
r161 r163 5 5 6 6 This is external component for Jabber (http://www.jabber.org) server 7 providing gateway to GaduGadu instant messaging services. GaduGadu is IM8 system very popular in Poland.7 providing gateway to GaduGadu instant messaging services. GaduGadu is 8 an IM system very popular in Poland. 9 9 10 10 Sources include example config file (jggtrans.xml), which contains all … … 15 15 jabber server. 16 16 17 You can start i s from root accound, giving "-u" and maybe "-g" options18 --- it will changeto given uid/gid then.17 You can start it from root account, giving "-u" and maybe "-g" options 18 --- it will switch to given uid/gid then. 19 19 20 20 Look for more information and report any bugs or feature requests at trunk/README.Pl
r161 r163 16 16 (domy�lnie: /usr/local/etc). 17 17 18 Pliki konfiguracyjne zawieraj� komentarz a, kt�powinny wystarczy�o18 Pliki konfiguracyjne zawieraj� komentarze, kt�powinny wystarczy�o 19 19 prawid�owego skonfigurowania programu. 20 20 trunk/src/main.c
r158 r163 1 /* $Id: main.c,v 1. 19 2002/12/29 17:29:31jajcus Exp $ */1 /* $Id: main.c,v 1.20 2002/12/30 09:52:18 jajcus Exp $ */ 2 2 3 3 /* … … 276 276 printf("\tUsage: %s [OPTIONS]... [<config file>]\n",name); 277 277 printf("\nOptions:\n"); 278 printf("\t-h This message\n");279 printf("\t-f Run in foreground. Debug/error messages will be sent to stderr\n");280 printf("\t-d <n>Log level (0(default) - normal, >0 more, <0 less)\n");281 printf("\t-D <n>libgg debug level (enables also -f)\n");282 printf("\t-u <user> Change uid on startup to uid of <user>\n");283 printf("\t-g <group> Change gid on startup to gid of <group>\n");278 printf("\t-h This message\n"); 279 printf("\t-f Run in foreground. Debug/error messages will be sent to stderr\n"); 280 printf("\t-d <n> Log level (0(default) - normal, >0 more, <0 less)\n"); 281 printf("\t-D <n> libgg debug level (enables also -f)\n"); 282 printf("\t-u <user> Switch to uid of <user> on startup\n"); 283 printf("\t-g <group> Switch to gid of <group> on startup\n"); 284 284 printf("\n"); 285 285 }
