diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-11 20:02:08 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:02:08 +0200 |
commit | 6b606c42a37065bf50d13cdb44d070e11df8de81 (patch) | |
tree | d97edf040876599201a95071f5907074bf5d96e6 /system/slackins/README | |
parent | 0cd50c0b6fb5aadb6fdecd0977e1b118329ce5bd (diff) | |
download | slackbuilds-6b606c42a37065bf50d13cdb44d070e11df8de81.tar.gz |
system/slackins: Added to 12.0 repository
Diffstat (limited to 'system/slackins/README')
-rw-r--r-- | system/slackins/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/slackins/README b/system/slackins/README new file mode 100644 index 0000000000..4367801fa3 --- /dev/null +++ b/system/slackins/README @@ -0,0 +1,15 @@ +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 |