Commit Graph

76 Commits

Author SHA1 Message Date
Jesse e7cf1f2b94 Re-added man/po/pt.po translation file. 2023-01-05 17:48:13 -04:00
Jesse 82c2a211fa Reverted translation change which breaks build. 2023-01-05 13:52:11 -04:00
Jesse e8cc829689 Re-adding original .po files. 2023-01-05 13:49:31 -04:00
Jesse 8e04d9ce2c Updated de.po file. 2022-12-23 16:36:47 -04:00
Jesse ebf18f2b80 Fixed merge of translation files. 2022-12-16 12:53:28 -04:00
Jesse e33a890ea5 Merge branch '3.06' 2022-12-16 12:49:07 -04:00
Jesse d1fa2cf848 Removed duplicate sysvinit-man.pot 2022-12-02 09:53:01 -04:00
Jesse 2354f1f735 Remove redundant translation files from man directory. 2022-12-01 15:21:42 -04:00
Jesse da6fdf6b2f Fixed pt translation pages which were failing due to mis-matched
open/close tags.
2022-11-30 20:10:02 -04:00
Jesse 8e2174df8e Added pt.po to translation framework. 2022-09-14 11:09:54 -03:00
Jesse bd17b7d538 Re-added de.po 2022-08-27 15:55:48 -03:00
Jesse 2b5ae52733 Adding .po files to git tracking. 2022-08-23 15:14:43 -03:00
Jesse dfa3f1fb5f Re-added de.po which got accidentally removed in previous merge/release. 2022-08-23 15:09:57 -03:00
Jesse e372442256 Fix typo in man/po/es.po
Clean up src/Makefile translation code.
2022-08-23 15:08:13 -03:00
Jesse 134ee88a43 Merge branch '3.05' 2022-08-21 13:52:24 -03:00
Jesse e2859b9ed5 Added new .pot file for tracking. 2022-08-21 13:49:45 -03:00
Jesse c861c41d5e Updated Makefile and po4a.cnf with some clean-up. 2022-06-09 14:58:26 -03:00
Helge Kreutzmann 129b44b4e0 Update German man page translation, proofread on debian-l10n-german 2022-06-06 13:16:31 +02:00
Jesse 4adc25752c Adjust man page Makefile to clean up language directories. 2022-05-09 12:52:19 -03:00
Jesse 08810d78ff Applied patches from Mark Hindley to clean up man page
Makefile, translations and installs of new man pages.
2022-05-09 12:48:54 -03:00
Jesse e3d0f4bfc1 Add translation code and Makefile. 2022-05-01 16:12:14 -03:00
Jesse dfb227ce77 Fixed formatting in init.8 manual page. Fix provided by Mark Hindley. 2022-03-29 11:07:39 -03:00
Jesse 644ee05aab Update manual pages with markup and spacing fixes.
Added ability to use "@" symbol in command named in the inittab file. This
treats commands as literal and does not launch a shell to interpret them.

Updated inittab manual page to include overview of symbols which trigger
a shell interpretor and how to disable them using the @ symbol.
2022-02-15 17:01:41 -04:00
Jesse f55348808d Applied new translation support from Mario Blattermann. 2022-01-27 21:39:55 -04:00
Jesse a6e80e1133 Added new Makefile to the "man" directory. This will handle the logic
for changes, substitutions, and clean-up of the man pages.
For now install instructions are still in the "src" directory
to avoid breaking install scripts.
2021-12-27 17:50:25 -04:00
Jesse 92d4b0e74a Applied fixes for markup and spacing in manual pages.
Patch provided by Mario Blattermann.

Added translation framework (po4a) from Mario Blttermann.
2021-12-27 16:14:42 -04:00
Jesse 933ce33854 Add Q and q flags to synopsis section of shutdown manual page.
Patch provided by Helge Kreutzmann through Mark Hindley.
Closes Debian bug #1001908
2021-12-22 13:32:50 -04:00
Jesse Smith 0b695c7e0b Use readlink() instead of stat() to check processes. This shold avoid
hanging if NFS mounts are not responding.

Default to showing processes in the uninterruptable state (D).
The -z flag no longer affects whether processes in D state are shown.

The -z flag does still toggle whether zombie (Z) processes are shown.
2021-10-21 14:44:55 -03:00
Jesse Smith 2729c3f5da Fixed typos and missing underlies in shutdown manual page.
Corrections provided by Helge Kreutzmann.
2020-12-14 17:34:10 -04:00
Jesse Smith ab53132154 Removed old original source file that was left behind by
patch action.

Fixed typos in source code, comments, manual pages, and
changelog. Corrections provided by Jens Schleusener of
FOSSIES (fossies.org).
2020-11-17 20:31:37 -04:00
Jesse Smith b7fe11f4ab Fixed type and order of references in manual page. 2020-07-06 15:50:46 -03:00
Jesse Smith 584df5efaf Added patch from William Shipley which allows shutdown time to be specified
in the format +hh:mm. This is in addition to the existing formats such as
hh:mm, +m, and "now".

Cleared up compiler warning in dowall which can happen if the
output message is longer than the size limit on the snprintf()
buffer. This is not a bug, a the trucation works, but using a larger
buffer avoids the warning on systems with long user/host names.
2020-06-20 13:41:18 -03:00
Jesse Smith fa124114ae Reformatted init code to make if/while logic more clear.
Cleaned up some output from readbootlog.

Added -e flg to bootlogd. When -e is used, data saved
to the boot log file does not have escape characters
removed. This means colour and cursor movement codes
stay in the log file. The may then look nicer when
read with "less -R', but may appear cluttered or
out of alignment when viewed with other, plain-text tools.
2019-08-11 22:10:45 -03:00
Jesse Smith 39df2f0fa3 Added -z command line paramter to pidof which tells pidof to
try to find processes in uninterruptable (D) or zombie (Z) states.
This can cause pidof to hang, but produces a more complete process
list.
2019-07-04 22:00:47 -03:00
Jesse Smith df1aec8981 Accepted patch from Luc Gommans which explains why zombie and
deep sleep processes (Z and D) may be hidden from pidof
2019-05-25 15:41:57 -03:00
Jesse Smith 647ec365c6 Updated manual page for shutdown to better describe -h, -H and -P
flags.
2019-04-08 13:02:41 -03:00
Jesse Smith f1da344565 Dropped "-f" format flag for pidof command as it
could be used to print information from memory or crash
pidof. Replaced flag with "-d" which allows for a custom
separator to be used between listed PIDs.
Patch supplied by KatolaZ.
2019-03-20 13:46:36 -03:00
Jesse Smith 4e2ad6a698 Fixed segfault in pidof when the -f (format) flag is used with
crafted format strings.
Avoid printing stack memory when special format string is passed
to -f.
Listed control characters for -f flag in manual page.
2019-03-18 18:09:24 -03:00
Jesse Smith e19b991bb0 Add reference to fstab (5) manual page in our
fstab-decode page.
2019-03-05 11:54:10 -04:00
Jesse Smith b5b5b268aa Updated manual description of fstab-decode 2019-03-03 17:35:22 -04:00
Jesse Smith cf55352b97 Fixed various typos and control codes in manual pages.
Patch provided by Bjarni Ingi Gislason.
2019-03-03 17:32:28 -04:00
Jesse Smith 80e83960da Updated the fstab-decode manual page to explain what the utility does. 2019-02-21 15:09:48 -04:00
Jesse Smith aa3b8121e1 Fixed typo in init.8 manual page. 2019-02-17 21:51:13 -04:00
Jesse Smith 3f2b4a5704 Added logsave.c and logsave.8 manual page from e2fsprogs to make
sure logsave is available to initscripts.

Updated src/Makefile to make sure bootlogd compiles with Clang.
2018-12-31 16:31:34 -04:00
Jesse Smith 5b03e0faf0 Updated shutdown manual page to try to clarify which components
of the shutdown process vs shutdown program we are referring to.
2018-11-15 13:28:35 -04:00
Jesse Smith f064d8f4b9 Added reference to readbootlog to the bootlogd manual page. This
should allow Debian bug #725123 to be closed.
2018-11-12 20:58:44 -04:00
Jesse Smith 5d3815b0ff Added manual page and options for readbootlog. 2018-11-12 20:53:52 -04:00
Jesse Smith aa6873b85b Removed typos from pidof manual page and killall5 page.
Closes Debian bugs #815839, #905245 and #890478

Added -f <format> option to pidof program to allow printf
style formating.
Closes Debian bug #571590
Thanks to Philipp Marek for the patch.
2018-11-10 21:27:11 -04:00
Jesse Smith 848ee05104 Updated init manual page to include GRUB in boot loader comment
as LILO is rarely used outside of the Slackware family these days.

Switched stty flags to use ECHOE instead of ECHOPRT. This should
give smoother, more natural backspac-erase behaviour on emergency
consoles. (Created in init -b mode.)
2018-11-05 23:15:11 -04:00
Jesse Smith c45219c64f Added -q and -Q flags to shutdown command to make the "system is going down"
message appear less often. The -q flag causes messages to only appear at the
10 minute, 5 minute and x-hour intervals.
The -Q flag maintains complete silence up until the final "now" warning.
2018-11-01 17:21:47 -03:00