meta data files should have a suffix matching the section header in pkgdef
for the package they belong to.
This commit is contained in:
parent
21e83d5fc3
commit
d776630236
@ -9,7 +9,7 @@
|
|||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=openssh
|
topdir=openssh
|
||||||
version=3.8.1p1
|
version=3.8.1p1
|
||||||
pkgver=1
|
pkgver=2
|
||||||
source[0]=$topdir-$version.tar.gz
|
source[0]=$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
@ -73,10 +73,10 @@ ${REMOVEF} -f ${PKGINST}
|
|||||||
mv /usr/local/etc/sshd.init /etc/init.d/sshd.local
|
mv /usr/local/etc/sshd.init /etc/init.d/sshd.local
|
||||||
|
|
||||||
# Install new *symlinks*
|
# Install new *symlinks*
|
||||||
ln -s /etc/init.d/sshd.local /etc/rc0.d/K30sshd.local
|
ln -sf /etc/init.d/sshd.local /etc/rc0.d/K30sshd.local
|
||||||
ln -s /etc/init.d/sshd.local /etc/rc1.d/K30sshd.local
|
ln -sf /etc/init.d/sshd.local /etc/rc1.d/K30sshd.local
|
||||||
ln -s /etc/init.d/sshd.local /etc/rc2.d/S78sshd.local
|
ln -sf /etc/init.d/sshd.local /etc/rc2.d/S78sshd.local
|
||||||
ln -s /etc/init.d/sshd.local /etc/rcS.d/K30sshd.local
|
ln -sf /etc/init.d/sshd.local /etc/rcS.d/K30sshd.local
|
||||||
|
|
||||||
# Then installf the new pathnames
|
# Then installf the new pathnames
|
||||||
${INSTALLF} ${PKGINST} /etc/init.d/sshd.local f 744 root sys
|
${INSTALLF} ${PKGINST} /etc/init.d/sshd.local f 744 root sys
|
Loading…
x
Reference in New Issue
Block a user