#!/bin/sh # $FreeBSD: /tmp/pcvs/ports/russian/apache13/Attic/pkg-deinstall,v 1.1 2002-07-08 09:27:37 ijliao Exp $ # if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi USER=www if pw usershow "${USER}" 2>/dev/null 1>&2; then echo "To delete Apache user permanently, use 'pw userdel ${USER}'" fi exit 0 ~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/lftp
Commit message (Expand)AuthorAgeFilesLines
* ftp/lftp: remove non-option from OPTIONS_DEFAULTDmitry Marakasov2021-05-131-1/+1
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Fix build with LibreSSLGanael LAPLANCHE2020-08-211-0/+29