diff options
author | Roy Marples <roy@marples.name> | 2008-01-05 19:25:55 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-05 19:25:55 +0000 |
commit | ac21d75300dabe83578e4373fcfd09d67c3a083b (patch) | |
tree | d5f8e2a16920add2277c79ff8a1b7e99ec2976df /src/start-stop-daemon.pam | |
parent | 112fbde453d55c49b7999d2e35496a8758aaa7b5 (diff) |
Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though.
Diffstat (limited to 'src/start-stop-daemon.pam')
-rw-r--r-- | src/start-stop-daemon.pam | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/start-stop-daemon.pam b/src/start-stop-daemon.pam deleted file mode 100644 index 860a3d52..00000000 --- a/src/start-stop-daemon.pam +++ /dev/null @@ -1,6 +0,0 @@ -#%PAM-1.0 - -auth sufficient pam_rootok.so -account required pam_permit.so -password required pam_deny.so -session optional pam_limits.so |