write a pid file

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8895 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-08-04 11:23:03 +00:00
parent 6827433320
commit bfb5ec5f4e
2 changed files with 3 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ main(int argc, char **argv)
signal(SIGINT, sigterm);
signal(SIGTERM, sigterm);
#endif
pidfile(NULL);
loop();
krb5_free_context(context);
return 0;