diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:09:29 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:09:29 +0200 |
commit | 477cb0202c8126ad73aa6d89b622bc2cc899fda0 (patch) | |
tree | 2cf1e3c2c8e5de5b0c3352843d60b5842f62223d /system/slackins/README | |
parent | ec327a3e13eae1f7501a9b17a7314e3201906415 (diff) | |
download | slackbuilds-477cb0202c8126ad73aa6d89b622bc2cc899fda0.tar.gz |
system/slackins: Removed from 13.0 repository
Diffstat (limited to 'system/slackins/README')
-rw-r--r-- | system/slackins/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/system/slackins/README b/system/slackins/README deleted file mode 100644 index 4367801fa3..0000000000 --- a/system/slackins/README +++ /dev/null @@ -1,15 +0,0 @@ -Slackins is a graphical frontend for Slackware's pkgtool suite. -It has also some additional tools; for example, rpm2tgz, library check, -etcetera. You must have root privileges to start it. - -It has some flaws, though. Resizing it is not that beautiful, and -there are also some spelling issues. - -Note that the slackins binary will install with root:wheel ownership -and mode 4750, meaning that it's setuid root and executable only by -root and members of the wheel group. This should be a safe enough -approach since this will prevent everyone else from executing it, -and even so, slackins will prompt for the root password before doing -anything. If you don't want to install the binary suid, then run -the build script as follows: - SETSUID=no ./slackins.SlackBuild |