mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 06:45:10 +00:00
fix version string
This commit is contained in:
2
check.c
2
check.c
@@ -946,7 +946,7 @@ static void reminder()
|
|||||||
(void) fprintf(stderr, "\n%s\n%s\n\n%s\n%s\n\n",
|
(void) fprintf(stderr, "\n%s\n%s\n\n%s\n%s\n\n",
|
||||||
#else
|
#else
|
||||||
(void) fprintf(stderr, "\n%s%s%s\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n\n",
|
(void) fprintf(stderr, "\n%s%s%s\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n\n",
|
||||||
" CU sudo version 1.5.7, version, ", based on Root Group sudo version 1.1",
|
" CU Sudo version ", version, ", based on Root Group sudo version 1.1.",
|
||||||
" sudo version 1.1 is Copyright (C) 1991 The Root Group, Inc.",
|
" sudo version 1.1 is Copyright (C) 1991 The Root Group, Inc.",
|
||||||
" sudo comes with ABSOLUTELY NO WARRANTY. This is free software,",
|
" sudo comes with ABSOLUTELY NO WARRANTY. This is free software,",
|
||||||
" and you are welcome to redistribute it under certain conditions.",
|
" and you are welcome to redistribute it under certain conditions.",
|
||||||
|
Reference in New Issue
Block a user