summaryrefslogtreecommitdiff
path: root/net-ftp/gproftpd/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-20 19:52:06 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-20 19:52:06 +0000
commitd4d7098dcb2f9dd257109bbcb55fd40beda1b78d (patch)
tree48d3c6b3c45f18db0f90650f822ea19a10284f61 /net-ftp/gproftpd/files
parent4161fa7d1be6dac96e36f8ed343f234a8ef3a74f (diff)
gentoo auto-resync : 20:12:2022 - 19:52:06
Diffstat (limited to 'net-ftp/gproftpd/files')
-rw-r--r--net-ftp/gproftpd/files/gproftpd-8.3.2-desktop.patch12
-rw-r--r--net-ftp/gproftpd/files/gproftpd-8.3.2-fno-common.patch25
-rw-r--r--net-ftp/gproftpd/files/gproftpd-8.3.2-install.patch39
3 files changed, 0 insertions, 76 deletions
diff --git a/net-ftp/gproftpd/files/gproftpd-8.3.2-desktop.patch b/net-ftp/gproftpd/files/gproftpd-8.3.2-desktop.patch
deleted file mode 100644
index a7ac93e0c4af..000000000000
--- a/net-ftp/gproftpd/files/gproftpd-8.3.2-desktop.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/desktop/net-gproftpd.desktop
-+++ b/desktop/net-gproftpd.desktop
-@@ -16,7 +16,7 @@
- GenericName=GPROFTPD
- Comment=Proftpd FTP server administration
- Exec=gproftpd
--Icon=gproftpd.png
-+Icon=gproftpd
- Terminal=false
- Type=Application
--Categories=Application;Network;X-Red-Hat-ServerConfig;X-Red-Hat-Base;
-+Categories=Network
diff --git a/net-ftp/gproftpd/files/gproftpd-8.3.2-fno-common.patch b/net-ftp/gproftpd/files/gproftpd-8.3.2-fno-common.patch
deleted file mode 100644
index af3b579d77f7..000000000000
--- a/net-ftp/gproftpd/files/gproftpd-8.3.2-fno-common.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/src/apply_user.c
-+++ b/src/apply_user.c
-@@ -52,11 +52,6 @@
- //gchar *dir; // ???
- extern gchar *homedir;
-
--/* The 18 checkbox values */
--gchar *dir_val[19]; // ???
--
--char *user_profile; // ???
--
- extern long num_rows;
- extern int row_pos;
-
---- a/src/dir_treeview_funcs.h
-+++ b/src/dir_treeview_funcs.h
-@@ -18,6 +18,8 @@
- *
- */
-
-+extern gchar *dir_val[19];
-+extern char *user_profile;
-
- gboolean dirs_foreach(GtkTreeModel *model, GtkTreePath *path,
- GtkTreeIter *iter, struct w *widgets);
diff --git a/net-ftp/gproftpd/files/gproftpd-8.3.2-install.patch b/net-ftp/gproftpd/files/gproftpd-8.3.2-install.patch
deleted file mode 100644
index 3db967d01a1d..000000000000
--- a/net-ftp/gproftpd/files/gproftpd-8.3.2-install.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -19,26 +19,28 @@
- fi \
- done \
- fi;
-- if test -d $(DESTDIR)$(datadir)/pixmaps; then \
-+ if test -d $(datadir)/pixmaps; then \
- cp pixmaps/gproftpd.png $(DESTDIR)$(datadir)/pixmaps/; \
- fi;
-- if test -f $(DESTDIR)$(bindir)/consolehelper && test ! -f $(DESTDIR)$(bindir)/gproftpd; then \
-+ if test -f $(bindir)/consolehelper && test ! -f $(DESTDIR)$(bindir)/gproftpd; then \
- ln -s $(DESTDIR)$(bindir)/consolehelper $(DESTDIR)$(bindir)/gproftpd; \
- fi;
- @echo "Failsafe for a mixed environment"
- if test -f $(DESTDIR)/usr/local/bin/consolehelper && test ! -f $(DESTDIR)/usr/local/bin/gproftpd; then \
- ln -s $(DESTDIR)/usr/local/bin/consolehelper $(DESTDIR)/usr/local/bin/gproftpd; \
- fi;
-- if test -d $(DESTDIR)$(sysconfdir)/pam.d; then \
-+ if test -d $(sysconfdir)/pam.d; then \
-+ $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pam.d; \
- cp etc/pam.d/gproftpd $(DESTDIR)$(sysconfdir)/pam.d/; \
- fi;
-- if test -d $(DESTDIR)$(sysconfdir)/security/console.apps; then \
-+ if test -d $(sysconfdir)/security/console.apps; then \
- cp etc/security/console.apps/gproftpd $(DESTDIR)$(sysconfdir)/security/console.apps/; \
-- fi;
-- if test -d $(DESTDIR)$(datadir)/applications; then \
-- cp desktop/net-gproftpd.desktop $(DESTDIR)$(datadir)/applications/; \
- fi;
-- if test -d $(DESTDIR)$(datadir)/gnome/apps/Internet; then \
-+ if test -d $(datadir)/applications; then \
-+ $(mkinstalldirs) $(DESTDIR)$(datadir)/applications/; \
-+ cp desktop/net-gproftpd.desktop $(DESTDIR)$(datadir)/applications/gproftpd.desktop; \
-+ fi;
-+ if test -d $(datadir)/gnome/apps/Internet; then \
- cp desktop/net-gproftpd.desktop $(DESTDIR)$(datadir)/gnome/apps/Internet/; \
- fi;
- if test ! -d $(DESTDIR)$(datadir)/doc/gproftpd; then \