diff options
author | mid-kid <esteve.varela@gmail.com> | 2017-08-05 22:46:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:58:10 +0700 |
commit | 69814e683a41e98d815ab045872dfe570e78347e (patch) | |
tree | ba767e528fd1d5f2d75a324c234f9610f03c2271 /misc/bsdmainutils/README | |
parent | 1fa4b404581db1c72511434b68d8d17724cd55dc (diff) |
misc/bsdmainutils: Added (collection of utilities).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/bsdmainutils/README')
-rw-r--r-- | misc/bsdmainutils/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/bsdmainutils/README b/misc/bsdmainutils/README new file mode 100644 index 0000000000000..b7bf2d7296ee7 --- /dev/null +++ b/misc/bsdmainutils/README @@ -0,0 +1,18 @@ +This is the bsdmainutils package from Debian. It's a collection of common BSD +utilities, compiled from different sources, by the Debian folks. It includes +tools such as the classic 'calendar'. + +This SlackBuild uses the Debian sources to create a suitable package for +Slackware. Hdate (and it's python bindings) is a build-time dependency, that +is built in this same package, but not installed. Because it's a package for +Slackware, and not Debian, it bears the following differences from the +original Debian package: +- Utilities that conflict with Slackware's util-linux have been removed. +- /etc/cron.daily/bsdmainutils and /etc/default/bsdmainutils have been + installed in /usr/doc as cron.daily, and bsdmainutils.default, respectively. + Please verify that these scripts work on your machine before using them in + production. They were tailored for Debian, not Slackware! +- The postinst and prerm scripts aren't installed, because they're unnecessary + in the context of Slackware. +- Slight structure alterations to fit with the Slackware filesystem. See the + SlackBuild for more details. |