public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Where to post bug report/questions about webapp-config?
@ 2005-08-23  8:05 Ed W
  2005-08-23  8:45 ` Julien Allanos
  0 siblings, 1 reply; 6+ messages in thread
From: Ed W @ 2005-08-23  8:05 UTC (permalink / raw
  To: stuart, gentoo-dev

Hi,

(I previously sent this message directly to Stuart and got no reply - is
there a better mailing list to discuss this stuff?)

I am writing an ebuild for sql-ledger an accounting package for small
businesses.  I am hitting a problem with symlinks not being copied
across to the virtual directory

Consider the original installed dir:
tb htdocs # ls -al /usr/share/webapps/sql-ledger/2.4.14/htdocs/
total 115
drwxr-xr-x  10 root root  1000 Jul 30 00:18 .
drwxr-xr-x   7 root root   328 Jul 30 00:18 ..
drwxr-xr-x   2 root root   624 Jul 30 00:18 SL
-rw-r--r--   2 root root     7 Jul 30 00:18 VERSION
lrwxrwxrwx   1 root root     8 Jul 30 00:18 admin.pl -> login.pl
-rwxr-xr-x   2 root root  4195 Jul 30 00:18 am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ap.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ar.pl -> am.pl
drwxr-xr-x   5 root root   120 Jul 30 00:18 bin
lrwxrwxrwx   1 root root     5 Jul 30 00:18 bp.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ca.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 cp.pl -> am.pl
drwxr-xr-x   2 root root    80 Jul 30 00:18 css
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ct.pl -> am.pl
-rw-r--r--   2 root root  3638 Jul 30 00:18 favicon.ico
lrwxrwxrwx   1 root root     5 Jul 30 00:18 gl.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 hr.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ic.pl -> am.pl
-rw-r--r--   2 root root   177 Jul 30 00:18 index.html
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ir.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 is.pl -> am.pl
drwxr-xr-x  42 root root  1008 Jul 30 00:18 locale
-rwxr-xr-x   2 root root  3055 Jul 30 00:18 login.pl
-rw-r--r--   2 root root 12774 Jul 30 00:18 menu.ini
lrwxrwxrwx   1 root root     5 Jul 30 00:18 menu.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 oe.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 pe.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 ps.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 rc.pl -> am.pl
lrwxrwxrwx   1 root root     5 Jul 30 00:18 rp.pl -> am.pl
-rwxr-xr-x   2 root root 10020 Jul 30 00:18 setup.pl
drwxr-xr-x   2 root root    72 Jul 30 00:18 spool
drwxr-xr-x   2 root root  3872 Jul 30 00:18 sql
-rw-r--r--   1 root root  1034 Jul 30 00:18 sql-ledger.conf
-rw-r--r--   2 root root  1034 Jul 30 00:18 sql-ledger.conf.default
-rw-r--r--   2 root root 28551 Jul 30 00:18 sql-ledger.gif
-rw-r--r--   2 root root  3594 Jul 30 00:18 sql-ledger.png
drwxr-x--x   2 root root 17040 Jul 30 00:18 templates
drwxr-xr-x   2 root root   112 Jul 30 00:18 users


Now, see the results of using webapp-config -I:

tb htdocs # ls -al /var/www/localhost/htdocs/sql-ledger/
total 259
drwxr-xr-x  10 root   root      640 Jul 30 00:20 .
drwxr-xr-x   5 root   root     1408 Jul 30 00:19 ..
-rw-------   1 root   root      327 Jul 30 00:20 .webapp
-rw-r--r--   1 root   root   139604 Jul 30 00:20 .webapp-sql-ledger-2.4.14
drwxr-xr-x   2 root   root      624 Jul 30 00:19 SL
-rw-r--r--   2 root   root        7 Jul 30 00:18 VERSION
-rwxr-xr-x   2 root   root     4195 Jul 30 00:18 am.pl
drwxr-xr-x   5 root   root      120 Jul 30 00:19 bin
drwxrwxr-x   2 apache apache     80 Jul 30 00:19 css
-rw-r--r--   2 root   root     3638 Jul 30 00:18 favicon.ico
-rw-r--r--   2 root   root      177 Jul 30 00:18 index.html
drwxr-xr-x  42 root   root     1008 Jul 30 00:19 locale
-rwxr-xr-x   2 root   root     3055 Jul 30 00:18 login.pl
-rw-r--r--   2 root   root    12774 Jul 30 00:18 menu.ini
-rwxr-xr-x   2 root   root    10020 Jul 30 00:18 setup.pl
drwxrwxr-x   2 apache apache     72 Jul 30 00:19 spool
drwxr-xr-x   2 root   root     3872 Jul 30 00:19 sql
-rw-r--r--   1 root   root     1034 Jul 30 00:19 sql-ledger.conf
-rw-r--r--   2 root   root     1034 Jul 30 00:18 sql-ledger.conf.default
-rw-r--r--   2 root   root    28551 Jul 30 00:18 sql-ledger.gif
-rw-r--r--   2 root   root     3594 Jul 30 00:18 sql-ledger.png
drwxrwxr-x   2 apache apache  17040 Jul 30 00:20 templates
drwxrwxr-x   2 apache apache    112 Jul 30 00:19 users


Is this a known issue?  Is there a workaround?  Where is the correct
place to discuss this...?

Thanks

Ed W


-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-18 16:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-23  8:05 [gentoo-dev] Where to post bug report/questions about webapp-config? Ed W
2005-08-23  8:45 ` Julien Allanos
2005-11-17  1:58   ` Kevin
2005-11-17  2:17     ` Georgi Georgiev
2005-11-18 13:16       ` Kevin
2005-11-18 16:06         ` Georgi Georgiev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox