Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d52ee6c5
...
d52ee6c5aece28c4e65e03cf8fd0b26be7c3a92c
authored
2002-02-17 14:15:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed unused function.
1 parent
b57781d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
comsat/comsat.c
comsat/comsat.c
View file @
d52ee6c
...
...
@@ -93,7 +93,6 @@ static void comsat_daemon (int _port);
static
int
comsat_main
(
int
fd
);
static
void
notify_user
(
const
char
*
user
,
const
char
*
device
,
const
char
*
path
,
off_t
offset
);
static
int
find_user
(
const
char
*
name
,
char
*
tty
);
static
void
help
(
void
);
static
char
*
mailbox_path
(
const
char
*
user
);
static
void
change_user
(
const
char
*
user
);
...
...
@@ -578,22 +577,6 @@ change_user (const char *user)
username
=
user
;
}
void
help
()
{
printf
(
"Usage: comsatd [OPTIONS]
\n
"
);
printf
(
"Options are:
\n
"
);
printf
(
" -c, --config=PATH read configuration from the file
\n
"
);
printf
(
" -d, --daemon run in daemon mode
\n
"
);
printf
(
" -h, --help display this help and exit
\n
"
);
printf
(
" -i, --inetd run in inetd mode (default)
\n
"
);
printf
(
" -p, --port=PORT specify port to listen on, implies -d
\n
"
);
printf
(
" -t, --timeout=VALUE set idle timeout (implies -i)
\n
"
);
printf
(
" -v, --version display version information and exit
\n
"
);
printf
(
"
\n
Report bugs to bug-mailutils@gnu.org
\n
"
);
exit
(
EXIT_SUCCESS
);
}
char
*
mailbox_path
(
const
char
*
user
)
{
...
...
Please
register
or
sign in
to post a comment