On 09/21 10:16 , Curtis Taylor wrote: > Hmmmm, the debian install must be A LOT different because I have nothing in > /usr/share for backuppc, not even a directory. I also have not found an > index.cgi.
Debian is very strict about following the Filesystem Heirarchy Standard in its packages. It actually makes perfect sense to put CGIs and other scripts in /usr/share, because that tree is intended for files that are _shareable_ between machines of different architectures. (Remember that all of /usr should be NFS-mountable). According to a post this morning, the index.cgi is apparently BackupPC_Admin in the tarball distribution. The Debian packager just renamed it, presumably for the sake of simplicity. (index.cgi is often one of the default filenames that apache will look for, when just given a directory name, like http://my.host.tld/backuppc/). -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
