Changeset 07ead96 for npl/mailserver/netqmail/netqmail.SlackBuild
- Timestamp:
- 09/26/17 16:36:24 (8 years ago)
- Branches:
- master, perl-5.22
- Children:
- a35989d
- Parents:
- 2758a4b (diff), 5fedc40 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/mailserver/netqmail/netqmail.SlackBuild
r2758a4b r07ead96 43 43 44 44 cd $TMP 45 rm -rf $NAME-$VERSION 45 rm -rf $NAME-$VERSION 46 46 tar xzvf $CWD/$NAME-$VERSION.tar.gz || exit 1 47 47 … … 93 93 chmod 644 /var/qmail/alias/.qmail* 94 94 95 chown -R qmaill /var/log/qmail 95 chown -R qmaill /var/log/qmail 96 96 } 97 97 … … 126 126 127 127 128 chmod +x $PKG/var/qmail/plugins/* 128 chmod +x $PKG/var/qmail/plugins/* 129 129 130 130 #compile it … … 135 135 136 136 # Default qmail rules 137 cat <<END > /home/system/qmail/tcp.smtp 137 cat <<END > /home/system/qmail/tcp.smtp 138 138 127.0.0.1:allow,RELAYCLIENT="",QMAILQUEUE="bin/qmail-queue" 139 139 127.0.0.2:allow,RELAYCLIENT="",QMAILQUEUE="bin/qmail-qmqpc" … … 167 167 #locals is een link naar me 168 168 rm /var/qmail/control/locals 169 ln -s me /var/qmail/control/locals 169 ln -s me /var/qmail/control/locals 170 170 } 171 171 … … 277 277 chmod 755 $PKG/var/qmail/bin/config-fast 278 278 279 mkdir -p $PKG/usr/bin 279 mkdir -p $PKG/usr/bin 280 280 cp $CWD/syn3-dagent $PKG/usr/bin || exit 1 281 281 chmod 755 $PKG/usr/bin/syn3-dagent || exit 1 … … 283 283 284 284 description() { 285 mkdir -p $PKG/install 286 cat > $PKG/install/slack-desc << END 287 |-----handy-ruler------------------------------------------------------| 285 mkdir -p $PKG/install 286 cat > $PKG/install/slack-desc << END 287 |-----handy-ruler------------------------------------------------------| 288 288 $NAME: $NAME $VERSION 289 289 $NAME: … … 312 312 #!/bin/sh 313 313 svc -d /service/qmail-* 314 svcstop /service/nscd/ 314 315 /var/qmail/bin/qmailctl user 316 svcreset /service/nscd/ 315 317 touch /var/qmail/control/smtpplugins 316 318 svc -dx /service/qmail-*
Note: See TracChangeset
for help on using the changeset viewer.