From 09cb62d9cedd5eeace725365d4433247dbb19e7a Mon Sep 17 00:00:00 2001 From: Augustin FL Date: Sat, 26 Dec 2020 02:15:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 894d5d7..e42cf59 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You will also need to apply the follwing changes : ### pfSense GUI - Go to the folder `/tools/templates/pkg_repos/` in the branch you would like to build (`master`for dev version, `RELENG_2_5_0` for stable version) and change `pfSense` to `libreSense` in the file names (e.g., `pfSense-repo.abi => libreSense-repo.abi`) -- Edit the file `/src/etc/inc/globals.inc` : replace the content of `product_name` by `libreSense`. +- Edit the file `/src/etc/inc/globals.inc` : replace the content of `product_name` by `libreSense`, and the content of `pkg_prefix` by `libreSense-pkg-` - In the folder `/src/usr/local/share/`, rename the folder `pfSense` to `libreSense`. - In the folder `/src/etc/`, rename the files `pfSense-ddb.conf` and `pfSense-devd.conf` to `libreSense-ddb.conf` and `libreSense-devd.conf`