mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
Version 20131114.2 - 14/Nov/2013
- Added /etc/slackpkg/greylist . All packages in that list will be showned unchecked by default now it accept only package name
This commit is contained in:
parent
eab5653813
commit
42a11dc682
5 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Version 20131114.2 - 14/Nov/2013
|
||||
- Added /etc/slackpkg/greylist . All packages in that list will be showned
|
||||
unchecked by default
|
||||
|
||||
Version 20131114.1 - 14/Nov/2013
|
||||
- setupmultilib.sh install only adaptative multilib by default
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Version 20131114.2 - 14/Nov/2013
|
||||
- Added /etc/slackpkg/greylist . All packages in that list will be showned
|
||||
unchecked by default
|
||||
|
||||
Version 20131114.1 - 14/Nov/2013
|
||||
- setupmultilib.sh install only adaptative multilib by default
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ copy_config_file() {
|
|||
|
||||
copy_config_file
|
||||
config etc/slackpkg/slackpkgplus.conf.new
|
||||
config etc/slackpkg/greylist.new
|
||||
remove var/lib/slackpkg/ChangeLog.txt
|
||||
remove var/lib/slackpkg/pkglist
|
||||
echo
|
||||
|
|
3
src/greylist
Normal file
3
src/greylist
Normal file
|
@ -0,0 +1,3 @@
|
|||
# All packages in that list will be showned but
|
||||
# unchecked by default
|
||||
# You must enter exact package name
|
|
@ -28,6 +28,7 @@ cp $CWD/repositories.txt usr/doc/slackpkg+-$VERSION/
|
|||
cp $CWD/setupmultilib.sh usr/doc/slackpkg+-$VERSION/
|
||||
cp $CWD/slackpkg+.SlackBuild usr/doc/slackpkg+-$VERSION/
|
||||
cp $CWD/slackpkgplus.*.sample usr/doc/slackpkg+-$VERSION/
|
||||
cp $CWD/greylist etc/slackpkg/greylist.new
|
||||
cp $CWD/slack-desc install/
|
||||
cat $CWD/doinst.sh|sed "s/SLPVERSION/$VERSION/" > install/doinst.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue