forked from pool/aaa_base
This commit is contained in:
parent
b9d19c88c9
commit
d8883dccd6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 1 15:48:57 CEST 2007 - lnussel@suse.de
|
||||||
|
|
||||||
|
- move permissions.local to permissions package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 10:35:08 CEST 2007 - lnussel@suse.de
|
Fri Jun 1 10:35:08 CEST 2007 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -255,52 +255,6 @@ EOT
|
|||||||
chmod 744 usr/sbin/userdel.local
|
chmod 744 usr/sbin/userdel.local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##
|
|
||||||
## generate permissions.local
|
|
||||||
##
|
|
||||||
for suffix in rpmorig rpmsave ; do
|
|
||||||
if test -e etc/permissions.local.$suffix -a ! -e etc/permissions.local ; then
|
|
||||||
mv etc/permissions.local.$suffix etc/permissions.local
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
if test ! -e etc/permissions.local ; then
|
|
||||||
cat << EOT > etc/permissions.local
|
|
||||||
#
|
|
||||||
# /etc/permissions.local
|
|
||||||
#
|
|
||||||
# Description: Roman Drahtmueller <draht@suse.de>, 2001
|
|
||||||
#
|
|
||||||
# This file is used by SuSEconfig and chkstat to check or set the modes
|
|
||||||
# and ownerships of files and directories in the installation.
|
|
||||||
#
|
|
||||||
# In particular, this file will not be touched during an upgrade of the
|
|
||||||
# SuSE Linux installation. It is designed to be a placeholder for local
|
|
||||||
# additions by the administrator of the system to reflect filemodes
|
|
||||||
# of locally installed packages (usually under /opt/local or /usr/local).
|
|
||||||
#
|
|
||||||
# Format:
|
|
||||||
# <file> <owner>.<group> <permission>
|
|
||||||
#
|
|
||||||
# Please see the file /etc/permissions for general usage hints of the
|
|
||||||
# /etc/permissions* files.
|
|
||||||
# Keep in mind that this file (/etc/permissions.local) is being used by
|
|
||||||
# default by SuSEconfig, the shell script that is used by yast and yast2
|
|
||||||
# after package installation and configuration changes to make the changes
|
|
||||||
# effective for the respective packages (eg generating the "real"
|
|
||||||
# configuration files).
|
|
||||||
# Always check if there are no conflicts between your \"local\" changes here
|
|
||||||
# and the settings in the other permissions files by calling
|
|
||||||
# \"SuSEconfig\" as root!
|
|
||||||
# Please remember that logfiles might be modified by the logfile
|
|
||||||
# rotation facilities (e.g. logrotate) so local settings might
|
|
||||||
# be overridden.
|
|
||||||
# This file should really end with a newline.
|
|
||||||
#
|
|
||||||
# example:
|
|
||||||
#/usr/local/bin/mtr root.root 4755
|
|
||||||
EOT
|
|
||||||
chmod 644 etc/permissions.local
|
|
||||||
fi
|
|
||||||
#
|
#
|
||||||
# Now do the ugly part. Delete mess from former times...
|
# Now do the ugly part. Delete mess from former times...
|
||||||
#
|
#
|
||||||
|
@ -153,9 +153,6 @@ fi
|
|||||||
for LOCALFILE in root/bin/cron.daily.local \
|
for LOCALFILE in root/bin/cron.daily.local \
|
||||||
etc/init.d/boot.local \
|
etc/init.d/boot.local \
|
||||||
etc/init.d/halt.local \
|
etc/init.d/halt.local \
|
||||||
etc/permissions.local.rpmsave \
|
|
||||||
etc/permissions.local.rpmorig \
|
|
||||||
etc/permissions.local \
|
|
||||||
sbin/init.d/boot.local \
|
sbin/init.d/boot.local \
|
||||||
sbin/init.d/halt.local \
|
sbin/init.d/halt.local \
|
||||||
usr/sbin/usradd.local \
|
usr/sbin/usradd.local \
|
||||||
|
@ -19,7 +19,7 @@ Requires: aaa_skel filesystem distribution-release logrotate /bin/mktemp /
|
|||||||
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv net-tools
|
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv net-tools
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 10.3
|
Version: 10.3
|
||||||
Release: 35
|
Release: 37
|
||||||
Summary: SUSE Linux Base Package
|
Summary: SUSE Linux Base Package
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: aaa_base.tar.bz2
|
Source: aaa_base.tar.bz2
|
||||||
@ -132,6 +132,8 @@ done > aaa_base.files
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 01 2007 - lnussel@suse.de
|
* Fri Jun 01 2007 - lnussel@suse.de
|
||||||
|
- move permissions.local to permissions package
|
||||||
|
* Fri Jun 01 2007 - lnussel@suse.de
|
||||||
- move sysconfig.boot.crypto to cryptsetup package
|
- move sysconfig.boot.crypto to cryptsetup package
|
||||||
* Wed May 30 2007 - varkoly@suse.de
|
* Wed May 30 2007 - varkoly@suse.de
|
||||||
- move sysconfig.mail into yast2-mail
|
- move sysconfig.mail into yast2-mail
|
||||||
|
Loading…
Reference in New Issue
Block a user